Why can?t you specify the accessibility modifier for methods
inside the interface?
Answer Posted / kumar vaibhav
Because Interface provides different implementation within calling class.So it should be public.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of return in c#?
Can we have only “try” block without “catch” block in c#?
Does c# replace c++?
What is the advantage of constructor in c#?
Enlist the different types of classes in c#?
Is c# easier than c++?
What problem does Delegate Solve?
Is list immutable in c#?
What is new method in c#?
What is cts, clr?
What is difference between array and list?
List the differences between method overriding and method overloading?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What is javascriptserializer c#?
What is data bind in c#?