yes...by using overriding we achieve the property of polymorphism ...when u have multiple
class deriving from a single parent class ...there by using overriding ...we define the derived class method's functionality and as they are derived from same parent we show the property of polymorphism..