0
what is the difference between polymorphism and inheritance
3 odpowiedzi
+ 1
inheritance is that you can use the base class functions or characteristics in derived class by inheriting. Similarly Polymorphism is making a base class pointer and use it for functions of derived class mostly of same names.
+ 1
polymorphism- means flexibility.
inheritance. - means Reusability
0
Why are you even asking on here? This is for programming .-.