define polymorphisma polymorphism let a client to


Define Polymorphism?

A: Polymorphism let a client to treat di_erent objects in the simialr way even if they were developed from di_erent classes and exhibit di_erent behaviors. You can employ implementation inheritance to attain polymorphism in languages like C++ & Java. Base class object's pointer can invoke methods in the derived class objects. You can also attain polymorphism in C++ by operator overloading and function overloading

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: define polymorphisma polymorphism let a client to
Reference No:- TGS0211577

Expected delivery within 24 Hours