Saturday, January 7, 2017

Interfaces in C#

  • like an abstract base class
  • cannot be instantiated directly
  • it's members are implemented by any class or struct that implements the interface
  • can contain events, indexers, methods, and properties

No comments:

Post a Comment