Inheritance

Exercise: Implement inheritance

Goal

Define a class named Vehicle. Define another class named Car which inherits from Vehicle.

Page 3 of 18