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 difference between array and arraylist c#?
What is sorting in c#?
Is stringbuilder better than string?
Why do we need serialization?
Is post back c#?
What is the use of console application in c#?
What does async mean in c#?
What is the do while loop code?
What is winforms c#?
What is data dictionary in c#?
Why do we Need of static class in c#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is the difference between decimal and integer?
What are desktop applications examples?
What are strong name assemblies?