Tuesday, May 10, 2016

When you insert an interface as a middleman in an inheritance chain wherein a class otherwise just inherits from an interface in C#...

The middleman interface will not have to hydrate the requirements for the parent interface, not in order to merely compile without error. Instead the class will have to hydrate the requirements for both interfaces.

No comments:

Post a Comment