Suppose I have a main class Vehicle and it\'s sub class Car. If i create an instance of car like:
Vehicle
Car
Car honda = new Car();