Download    Polymorphism: Polymorphism refers the ability of a variable,functions or object with multiple forms.
          Polymorphism means multiple methods with same name.
    
    In php polymorphism is implemented using interface or abstract class. //or function overloading.
  |