syntax for writing private method in a interface
Answer Posted / uma
By default all methods in the interface are not just
public !!!!! They are Public abstract.
Because methods of Interface will get override in the
Derived classes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c# good for web development?
How do partial classes work in c#?
Distinguish between the Debug class and Trace class with its functionality?
Why do we need generics in c#?
What are the steps to create an assembly and add it to the gac?
Why we use get and set property in c#?
What is the difference between add and addrange in c#?
Why dataset is used in c#?
When a Static Constructor is called in a Class?
What is the difference between Java and .NET garbage collectors?
What is the use of system.environment class in c#.net?
How to implement singleton design pattern in c#?
What is iqueryable?
What is public void in c#?
What is a must for multitasking