Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
WHAT YOU WILL LEARN IN THIS CHAPTER:
Defining a new class in terms of an existing one
How to use the protected keyword to define a new access specification for class members
How a class can be a friend to another class
How to use virtual functions
Pure virtual functions
Abstract classes
When to use virtual destructors