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 does question mark mean in c#?
Which is faster dictionary or list?
What is session management in c#?
What are jump statements in c#?
What is desktop GUI application?
Why do we need oops in c#?
What is dependency injection?
Can abstract class have private constructor c#?
What is difference between ienumerable and ienumerator in c#?
What is c# most used for?
What are the differences between value types and reference types?
What is a float?
How does it work?
Can you specify nested classes as partial classes?
Can we inherit singleton class in c#?