Community

Understanding Interfaces in C#

(Brendan Enrick) Interfaces basically define a blueprint for a class or a struct. The programmed definition of an interface looks very similar to a class, but nothing is implemented. Interfaces define the properties, methods, events, and indexers, but the interface does not define the implementation

Read More - Register for Free Membership