About this document
OOP Assignment: Car and Person Classes by Abubakar Chaudhry is a document available to read on EtoBox.
The document contains code for two programs that demonstrate object-oriented programming concepts in C++. The first program defines classes for Vehicle, Automobile and Car with inheritance. The second program defines classes for Person and Student with the Student class inheriting from Person. Both programs use getter and setter methods to set and retrieve property values.
- Author
- Abubakar Chaudhry
- Language
- EN