Forum

What is difference ...
 
Notifications
Clear all

What is difference between inheritance and polymorphism?


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

What is difference between inheritance and polymorphism?


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

The difference between inheritance and polymorphism

In inheritance, we create new classes that inherit features of the superclass while polymorphism decides what form of method to execute. Inheritance applies to classes, whereas polymorphism applies to methods


   
ReplyQuote
Share: