Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

polymorphism in php

Polymorphism portrays an example in object-oriented programming where 
methods in various classes that do similar things should have a similar
name. Polymorphism is essentially an OOP pattern that enables 
numerous classes with different functionalities to execute or share
a commonInterface.
 
PREVIOUS NEXT
Tagged: #polymorphism #php
ADD COMMENT
Topic
Name
8+5 =