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
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).