Design and implement an OOP for manipulating one of the following entities: (engineer, student, person, teacher, car, ho
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Design and implement an OOP for manipulating one of the following entities: (engineer, student, person, teacher, car, ho
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).