Poly is a Greek term that means 'many', and morphism means 'forms'. Polymorphism is another OOPs concepts that have the ability of a variable, object, or function to take more than one form. Polymorphism is also
Concepts of OOPS in C++ programmingLearn: What are the concepts of Object Oriented Programming Systems (OOPS) in C++ programming language? Brief description of Class, Object, Inheritance, Data Encapsulation, Data Abstraction and Polymorphism.
SUPPORTS OF OOPS CONCEPTSClass Objects Method Inheritance Polymorphism Data abstraction EncapsulationCLASSCreating the objects.OBJECT - is a real-world entity [Pen, Book, Bed, Keyboard]METHOD - like a function [Ex: _int_]INHERITANCEA class is derived from another class is called inheritance.Single ...