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
Why delegates are required?
How do you set a class path?
Is as keyword in c#?
Name the method of servicebase class?
What is namespace explain with example?
What is the difference between “constant” and “readonly” variables in c#?
What is difference between ilist and list?
What is IL / CIL / MSIL?
Explain the difference between abstract class and interface in .net?
What is parallel programming in c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What are the new features in c# 2.0?
Please explain the basic string operations used in c#?
What is parse method in c#?
What is the CTS, and how does it relate to the CLS?