Zebra0.com

MCC++ Programming Project: Box Class

C++ Programming Project: Box Class

Box Class

A box is a cube that can either be empty or have some content (string). I also may have a lid (boolean), and the lid may be open or shut (booolean).

Using the Cube class, create a Box class that "isa" Cube.