Define a virtual class CFigure and the inherited classesCRentangle and CCircle.
ID: 3610526 • Letter: D
Question
Define a virtual class CFigure and the inherited classesCRentangle and CCircle. Write a testing program in which you mustcreate a set of figures CRentangle and CCircle stored in an arrayof CFigures. Traverse the data structure and show on the consolethe attributes of those figures using a dynamic binding controlledby inheritance. In C++ Define a virtual class CFigure and the inherited classesCRentangle and CCircle. Write a testing program in which you mustcreate a set of figures CRentangle and CCircle stored in an arrayof CFigures. Traverse the data structure and show on the consolethe attributes of those figures using a dynamic binding controlledby inheritance. In C++Explanation / Answer
I hope this will helps you!!!!!!!!