What is Interface?

 Posted by Amatya on 3/12/2017 | Category: C# Interview questions | Views: 3373 | Points: 40
Answer:

An interface looks like a class, but has no implementation.
Interfaces define properties, methods, and events, which are the members of the interface.
Interfaces contain only the declaration of the members. It is the responsibility of the deriving class to define the members.

Thanks
Amatya


Asked In: Peol Solution | Alert Moderator 

Comments or Responses

Login to post response