Qus:    What are the access modifiers for the items used in C# interface?
Dec 14, 2020 18:39 DotNet 2 Answers Views: 1253 SHIVA

Interface members are public by default. You can also use internal if you want to make your libraries to be used by other projects.

Prev Next
Answers (2)
PARTH Dec 15, 2020 13:54
Answer:   Interface members are public by default. You can also use internal if you want to make your libraries to be used by other projects.

FRAUSKY Dec 15, 2020 14:09
Answer:   The item members in the interface don’t have any access specifier, by default they are public.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect