Page 1 of 1

Write a C++ application, and an additional class (with .cpp and .h files) to represent some real-world entity such as a

Posted: Tue Jul 12, 2022 8:16 am
by answerhappygod
Write a C++ application, and an additional class (with .cpp and.h files) to represent some real-world entity such as a technologyitem, an animal, a person, a vehicle, etc. Keep in mindthat a class is a model in code of something real or imagined,which has attributes (member variables) and behaviors (membermethods).
The class will:
The C++ application class (with a main method) will (20 PointsEach):
Classes/Objects Menu:
Required Output: Generate output samplesdemonstrating each of the requirements (A-E). Utilizeall of your member functions, adequately testing them and showingtheir functionality (i.e. inputting values, outputtingvalues (displaying them), performing calculations,etc.).