Polymorphism in PHP
-------------------
This word is can from Greek word poly and morphism.
Poly means “many” and morphism means property which
help us to assign more than one property.
or
One name having different forms is called polymorphism
types of polymorphism
---------------------
--function overloading
--Overloading Same method name with different signature,
since PHP doesn’t support method overloading concept
for example
function area($x,$y); // it contains two argument
function area($x); // it contains one argument
--function overriding
-- Overriding When same methods defined in parents and
child class with same signature i.e know as method
overriding
-- in function overriding everythig must be same means
function name as well as no of arguments
On this page of the site you can watch the video online POLYMORPHISM IN PHP | OOPS IN PHP with a duration of hours minute second in good quality, which was uploaded by the user learners adda 01 April 2020, share the link with friends and acquaintances, this video has already been watched 15 times on youtube and it was liked by 0 viewers. Enjoy your viewing!