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
Explain the three test cases in unit testing?
Why delegates are required?
What can you do as a .net developer?
What is default method in c#?
Can namespace contain the private class?
What are the three types of predicates?
What are delegates and why are they required?
Explain more on CLR
Why objects are stored in heap in c#?
Are all methods virtual in c#?
What is the difference between field and variable in c#?
Is list ienumerable c#?
What does || mean in programming?
What are the characteristics of c#?
What is ispostback c#?