Understand the key concepts behind composition and inheritance that allow you to build reusable and flexible types in your .NET applications. Two of the key concepts in object-oriented programming ...
I have a class that is essentially a vector of objects, so I am using private (implementation) inheritance. This is nice because I can simply promote useful vector operations like size() and empty().