Answer Posted / monu sharma
Interfacess is a Collection of Method Prototypes.
These methods must be implemented in the Implemented Class.
->An Interface is a reference type and contains only
abstract members.
->Interface contains declaration of methods, properties,
Indexers and events.
->An Interface members are always implicitly public and
cannot be declared as virtual or static.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of list in c#?
What is difference between assembly and dll?
What are delegates and why are they required?
What is the difference between private and protected in c#?
What is boxing? Explain its functionality?
Why do we need nullable types in c#?
List down the commonly used types of exceptions in .net
What does the keyword “virtual†declare for a method or property?
How jit (just in time) works?
Explain the advantage of using system.text.stringbuilder over system.string?
Why array is faster than arraylist in c#?
What is verbatim string?
What are instance fields in c#?
What are expressions c#?
What is an assembly qualified name