Question: I need help creating this C++ program Please create related header files and cpp files strictly based on the following UML defintions. Shape -x:double -y
I need help creating this C++ program

Please create related header files and cpp files strictly based on the following UML defintions. Shape -x:double -y double In maino. 1) please create an object of Design; 2) set all necessary values to the object's attributes. 3) call displayDesign(). +Shapeo +Shape(double double) +getXO:double +setX(double):void +getY0:double +setY(double):void +displayO:void //display xy Design Rectangle -I:double -W:double -rectangle:Rectangle -color:string +Rectangle +Rectangle(double double double double) +getLO:double +setL(double):void +getw():double +setL(double):void +displayO:void //display xylw +Design +Design(Rectangle, string) +getRectangle():Rectangle +setRectangle(Rectangle):void +getColor(:string +setColor(string):void +displayDesignO:void //display color, x.y.1,w
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
