tag

home / developersection / tag

Interfaces
.net 15-Jul-2010
Interfaces

An interface looks like a class, but has no implementation. The only thing it contains is definitions of events, indexers, methods and/or properties. The reason interfaces only provide definitions is because they are inherited by classes and structs,