News

Classes divide into two types: concrete and abstract. I’ll briefly review three constructs: concrete classes, abstract classes, and interfaces. I start with the concrete class.
Apparently, it's not possible to create a collection with an abstract type in STL. How do I go around the problem of creating a collection with a base abstract type and using that collection with ...