Why can?t you specify the accessibility modifier for methods
inside the interface?
Answer Posted / guest
They all must be public. Therefore, to prevent you from
getting the false impression that you have any freedom of
choice, you are not allowed to specify any accessibility,
it?s public by default
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
In a memory when you Box and Unbox a value-type what happens?
What is difference between dictionary and list in c#?
What are the applications of c#?
What is gridview c#?
Is c# a strongly-typed language?
What is difference between list and ilist in c#?
What is overloading in c#?
Define parsing? Explain how to parse a datetime string?
How do I enforce const correctness in c#?
Why is c# used?
Is array value type in c#?
Can we override static class in c#?
What is wpf application in c#?
What is c# commonly used for?
What is difference between events and delegates?