What is difference between inheritance and polymorphism?

More
2 months 4 days ago #1383 by Elias
What is difference between inheritance and polymorphism?

Please Log in to join the conversation.

More
2 months 4 days ago #1384 by Elias
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

Please Log in to join the conversation.

Time to create page: 0.177 seconds