Answer Posted / shiny
The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you define a class in oop?
What is difference between oop and pop?
What is abstraction oop?
What is the difference between procedural programming and oops?
How is class defined?
What is overloading in oops?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is meant by multiple inheritance?
What is static modifier?
Give two or more real cenario of virtual function and vertual object
What is polymorphism explain?
What is abstraction encapsulation?
What do you mean by overloading?
What is abstraction and encapsulation?