/YetAnotherCompositionOverInheritance

Implementation of one business sample using composition and inheritance in separated projects

Primary LanguageC#

Yet another composition over inheritance sample

Implementation of one business sample using composition and inheritance in separated projects

Model
Inheritance
Composition

Model

The business used for this sample is about modern basketball positions, for more details check:
Analytics Reveal 13 New Basketball Positions

Inheritance

The projects to demostrate it are:

  • InheritedBasketballPositions
  • InheritedBasketballPositionsTests

Composition

The projects to demostrate it are:

  • ComposedBasketballPositions
  • ComposedBasketballPositionsTests