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 does char mean in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What are the principles of delegation?
How will you get the different language strings?
What is the use of console readline () in c#?
What is an argument in c#?
What is difference between string and stringbuffer in c#?
What are methods in C#?
What is Co- and Contra-Variance in C#?
How do you serialize in c#?
What is the purpose of a constructor in c#?
What is token in c#?
Is goto statement supported in c#?
What is binary search tree in data structure?
Explain how do you debug an asp.net web application?