PHP Classes

File: OOP-PHP/polymorphism/polymorphism_doc.md

Recommend this page to a friend!
  Classes of Kabir Hossain   Learn PHP   OOP-PHP/polymorphism/polymorphism_doc.md   Download  
File: OOP-PHP/polymorphism/polymorphism_doc.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Learn PHP
Examples of PHP features using OOP or global code
Author: By
Last change:
Date: 6 days ago
Size: 292 bytes
 

 

Contents

Class file image 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.