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
What Is A Satellite Assembly?
What is cshtml?
how encapsulation is implemented in c#
What does question mark mean in c#?
What does ienumerable mean?
What is interface inheritance in c#?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
Why do we use static class in c#?
What is a dbml?
What are the differences between events and delegates in c#?
What do you mean by saying a "class is a reference type"?
How Global.asax is used ?
What is thread pooling?
Are there functions in c#?
What is c# used for?