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