- This program is about implementing abstract class
Vehicle
with its own attributes and methods. Here, I implement some derived classes, using multilevel-inheritance and multi-inheritance concepts. I also implementing interactive command line interface so that the users can choose and play with their vehicle. Here is ilustration about inheritance in my program.
- Clone this repository
- Change directory to this repository folder and to 16520299 folder
- Open shell (bash) terminal and use this command
g++ main.cpp class.cpp -o main
./main
- Enjoy the program! :D
- Nama : Malik Akbar Hashemi Rafsanjani
- NIM : 16520299