syntax for writing private method in a interface
Answer Posted / vanitha
An interface cannot have private methods. All the member
declarations inside interface are implicitly public.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between the debug class and trace class?
what are pointer types in c#
Tell me the difference between call by value and call by reference.
What is a virtual property. Give an example?
Explain the difference between access specifier and access modifier in c#?
Why do we need properties in c#?
Is c# substring zero based?
How do I type a whitespace character?
Are arraylist faster or arrays?
Why do we use partial class in c#?
Is overriding of a function possible in the same class?
What is lock in c#?
What is serialization in .net?
What do you mean by object pooling?
How do you prevent a method from being overridden in c#?