Page 1 of 1

Design and implement an OOP for manipulating one of the following entities: (engineer, student, person, teacher, car, ho

Posted: Mon Mar 21, 2022 4:50 pm
by answerhappygod
Design And Implement An Oop For Manipulating One Of The Following Entities Engineer Student Person Teacher Car Ho 1
Design And Implement An Oop For Manipulating One Of The Following Entities Engineer Student Person Teacher Car Ho 1 (9.28 KiB) Viewed 43 times
OOP C++
Design and implement an OOP for manipulating one of the following entities: (engineer, student, person, teacher, car, hospital, pharmacy, and university). • The class must include 5 attributes. • The class must include 3 operations (constructor, store, and show). • Prepare test data and implement it (run).