Assume you have a virtual function called getArea. Write the code for the virtual function for the base class Shape. The object-oriented design. Your job is to design the classes for the following architecture project. The project consists of two building one of the buildings is a rectangle name "Rectangle", at 21 ft long and 35 ft wide. and one of the Buildings is named Circle, where the radius is 25 ft. The cost to build the circle is 220 sq ft and the rectangle is 240 sq ft. The buyer needs to know the total area in each of them and the total cost for the chosen structure. Please complete a UML diagram for a Base class shape, and the two derived classes Rectangle and Circle.
Assume you have a virtual function called getArea. Write the code for the virtual function for the base class Shape.
The object-oriented design. Your job is to design the classes for the following architecture project. The project consists of two building one of the buildings is a rectangle name "Rectangle", at 21 ft long and 35 ft wide. and one of the Buildings is named Circle, where the radius is 25 ft. The cost to build the circle is 220 sq ft and the rectangle is 240 sq ft. The buyer needs to know the total area in each of them and the total cost for the chosen structure.
Please complete a UML diagram for a Base class shape, and the two derived classes Rectangle and Circle.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images