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 access specifier in c#?
how background thread access to ui control?
What is static classes in c#?
what is IDisposal interface
What are the namespace level elements?
Can we inherit class that contains only one private constructor?
How many constructors can a class have in c#?
Can you pass value types by reference to a method?
Describe the process of “exception handling implementation” in c#?
How many constructors can a class have c#?
how to stored and retrive video in Sql server using asp.net c#......?
What is arraylist?
What is wpf application in c#?
Explain how to implement delegates in c#.net
What is desktop example?