syntax for writing private method in a interface
Answer Posted / anna
we can't have private methods in in interface.
by default all are public
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is xml comments in c#?
What is the base class in .net from which all the classes are derived from?
Explain the difference between event and a delegate in c#?
Why extension method is static?
What is difference between managed and unmanaged code?
Can you prevent a class from being instantiated?
What is the benefit of dependency injection c#?
What is a type c#?
Why do we use constructors in c#?
How can I access the registry from c# code?
What is ac callback?
What is the use of inheritance in c#?
What is reference types in c#?
Is it possible to inline assembly or il in c# code?
What is msil, and why should developers need an appreciation of it if at all?