...

/

Exercise 2: Displaying Message Using Virtual Functions

Exercise 2: Displaying Message Using Virtual Functions

This exercise requires you to implement the concept of virtual functions to display information about two base classes.

We'll cover the following...

Problem Statement

You will first build three classes:

  • Mammal (
...