$24
Goals
- Continued use of makefiles
- Continued use of class building skills
- Practice with inheritance
Program
This program will make three child objects (bird, cat, and fish) by making those classes inherit from the Pet class.
Depending on the conditions given in main, a message will be outputted!