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
Explain the difference between the debug class and trace class?
Can destructors have access modifiers?
Which is more efficient for loop or while loop?
What is application object in c#?
What is private static in c#?
Can we declare private class in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is winforms c#?
What is datagridview in c#?
What does console mean c#?
How can you access a private method of a class?
Please explain value types and reference types used in c#?
What is c sharp used for?
Explain “static” keyword in c#?
What is gac? How to put assembly in gac?