Inheritance (cont'd)
A program can instantiate objects of a base class as well as those of a derived class.
However, if the base class is an abstract base class
-- one that exists only to be derived from --
the program may not instantiate objects of the base class.