Notifications
Clear all
Topic starter 30/09/2024 10:55 am
What is difference between inheritance and polymorphism?
Topic starter 30/09/2024 10:55 am
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