I need to have a program written by tomorrow morning (thursday).

I have a little bit of knowledge of classes and such but this is giving me problems..

I need...

A class called PETS.

TWO derived classes called CAT and DOG.

Constructors and Destructors.

Overloaded Operators.

The program can be basic and can perform any type of function... for example.. enter the type of pet you want (cat or dog) and then have it give a price for your choice...

I have lts of trouble with the Overloaded Operators and such....

if anyone can at least get me started with an outline on how it should work/ be written would be a great help!!!!