Java - Inheritance
You want to create a class hierarchy where
Car and Bike share common features from Vehicle, but each has unique methods. How does inheritance help here?