Home > Amish Kapadiya

Interface in C#

An interface is a contract contains methods, properties, events and indexers. A class or structure that implements the interface must implement all the members of the interface. The interface defines ‘what’ part of the contract and classes or structure that implements the interface defines ‘how’ part of the contract. Methods, properties,

This Article is TAGGED in . Read more