Monday, January 12, 2015

C# classes may only inherit from one class but they may implement numerous interfaces!

This will allow, for example, one to implement both IDisposable and also IWhatever (for dependency injection) for Whatever.

No comments:

Post a Comment