What?s an interface class?

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


Please Help Members By Posting Answers For Below Questions

Can I define my own exceptions?

490


What is the difference between overriding and overloading in systemverilog?

452


Is c# strongly typed?

466


What are Indexers in C#?

583


What is assembly version series sequence?

538






How to use delegates with events?

546


What does the keyword “virtual” declare for a method or property?

526


What do you mean by default constructor?

605


What is difference between virtual and override in c#?

456


What is private in c#?

485


What is a multicast delegate in c#?

529


Can mvc be used for desktop applications?

477


How to implement a singleton design pattern in c#?

472


What are console applications used for?

478


Can arraylist store different data types in c#?

468