Question :
Suppose a class Car is a child of a class Vehicle. Suppose Vehicle and Car have methods Move(). Method Move() of the class Car calls method Move() of the class Vehicle().
Write the statement in Move() of the class Car calling method Move() of the class Vehicle.