what is polymorphism vs inheritance ?

Emir

New member
What is polymorphism vs inheritance?
The most basic difference between inheritance and polymorphism is that "inheritance" is a concept of objectoriented programming that allows creating a new class with the help of the features of an existing class, whereas the concept "polymorphism" represents multiple forms of a single function.Feb 21, 2023