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
How will you allow a class to be inherited, but prevent the method from being over-ridden?
How does split work in c#?
Are arrays immutable c#?
Do while loops yes or no c#?
what is main function of alternate teamplate of datalist?
What is the difference between new and override in c#?
How big is a 64 bit integer?
What do you mean by shared assembly?
What is a race condition?
What are c# collections?
Why we use get and set method in c#?
What is difference between array and list in c#?
Do extension methods have to be static?
What is global asax in c#?
What are indexers in c# .net?