Answer Posted / suresh.gv
Interfacess is a Collection of Method Prototypes.
These methods must be implemented in the Implemented Class.
Eg:
---
If we are having 10 methods in the Interface Class
All the 10 methods must be implemented in the Implemented
class.
Note:
-----
The main thing is by using The Interface Concept we can
acheive Multiple Inheritance in dotnet.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the usage of OLE?
What is private constructor c#?
Why do we need singleton class in c#?
What is wpf application in c#?
Why var is used in c#?
What is a class level variable in c#?
Can I use exceptions in c#?
What is difference between arraylist and list in c#?
Does c# do array bounds checking?
What is the difference between gettype and typeof in c#?
Explain how to implement delegates in c#.net
Why delegates are required?
What is difference between assembly and namespace?
What is strong name assembly?
What are collections in c#?