Course Content
Autoloading
0/1
Exceptions Handling
0/1
PHP OOP
About Lesson

What is Polymorphism:

Polymorphism allows objects of different classes to be treated as objects of a common superclass. It enables flexibility in method invocation, allowing subclasses to override or extend methods of the superclass.