0
Develop C ++ classes that describe shapes
It is necessary to develop in C ++ classes that describe the following figures: triangle, circle, rectangle, trapezoid, rhombus. For all classes of shapes, provide constructors, as well as methods for finding their area. Please help
3 ответов
+ 2
Someone posted a similar question few days ago. This is an example for one class that I helped them with. Use this to build the rest of the shapes.
https://code.sololearn.com/cAxs4QG5xUbT/?ref=app
+ 2
Bring at least a code with what you already learnt and I can help you.
+ 1
Thanks