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
Are structs value types or reference types?
What problem does Delegate Solve?
What is the difference between asp net and c#?
What is difference between ienumerable and list in c#?
Can an abstract class have a constructor c#?
What are predicates in c#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
Explain the Abstract class in c#.net
What is the difference between ienumerable and icollection?
What is an assembly loader?
What is anonymous methods in c#?
Explain the feature of c# language?
How do you remove white spaces from a string?
Why do we need properties in c#?
Can I get the name of a type at runtime?