Because the box
class is directly under the
container
class in the class hierarchy, with no other
class in between, the box
class is said to be the
derived class, relative to the container
class, and
the container
class is said to be the base class
relative to the box
class.