Homework 6, Abstract Classes..

Short Description:

Write a program that will demonstrate abstract classes.

This assignment is worth 10 points.

Goals

When you finish this homework, you should have:

Formal Description

Please complete the following steps.
  1. Create a directory for this assignment.
  2. Start by building an abstract base class.
  3. Modify the supplied Makefile to build the abstract class.
  4. Build a main program.
  5. Build a concrete DogT class.
  6. Add DogT to your Makefile
  7. Modify your main to have a DogTest function
  8. Derive a cat class based on the AnimalT
  9. Add A new function.

Required Files

A single tar file containing the source code and makefile for this program.

Submission

Submit your tar file to the d2l assignment folder by the due date.