//File : applicationShapes.cpp //Author : Andre Long //Due : November 4, 2004 //Description : This application will demonstrate the "shapes" class and // the concept of multiple inheritance #include #include #include"updatedshape.h" using namespace std; void main() { float x1; float y1; float x2; float y2; float x3; float y3; float x4; float y4; float width; cout<<"Welcome to basic geometry"<>x1; cout<>y1; cout<>x2; cout<>y2; cout<>x3; cout<>y3; cout<>x4; cout<>y4; cout<>width; cat.setWidth(width); cout<<"Cube's base = "<