Composition over Inheritance in C#


This is a great article that really simply states the advantage of Composition over Inheritance  in C#. Very simple and very reproducible code and a love sample code that is a game as well (albeit very simple)

http://www.codeproject.com/Articles/80045/Composition-VS-Inheritance

Leave a comment