Forum

What is polymorphis...
 
Notifications
Clear all

What is polymorphism PHP?


(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

What is polymorphism PHP?


   
Quote
(@elias)
Illustrious Member
Joined: 4 months ago
Posts: 4277
Topic starter  

Polymorphism is essentially an OOP pattern that enables numerous classes with different functionalities to execute or share a commonInterface. The usefulness of polymorphism is code written in different classes doesn't have any effect which class it belongs because they are used in the same way.


   
ReplyQuote
Share: