Please I need help!!! C++ ———————— Consider the…

Question Please I need help!!! C++ ———————— Consider the… Please I need help!!! C++————————Consider the following class fully implemented, following the rule of three and working without any bugs (including handling the safe empty state in all cases) Image transcription text#define_CRT_SECURE_NO_WARNINGS #include #include using namespacestd; class Shape{ double* m_area; int m_perime… Show more… Show moreComplete the code of the following Derived class so it can handle the resources of its base class when copied or assigned. Use “setDynamicName” in your implementation.Image transcription textclass TwoDShape : public Shape{ char*m name W/ consider this function fullyimplemented and working… Show more… Show more  Computer Science Engineering & Technology C++ Programming OOP 244 Share QuestionEmailCopy link Comments (0)