IT & Digital Marketing Articles
Filtering posts by
tag: Software Architecture
November 15, 2016
4 minute read
Class based inheritance is what is most commonly meant when using C#’s semantics to inherit from one class to another. It is not uncommon for a base class to become polluted with “catch-all” methods and loose its singular focus. Long inheritance...