Answer Posted / abinash mohanty
Out of multiple functions which function is going to be
executed,that is decided at the run time. This concept is known as dynamic polymorphism
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is for loop and its syntax?
What is polymorphism in oops with example?
What is encapsulation and abstraction? How are they implemented in C++?
When not to use object oriented programming?
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?
Explain virtual inheritance?
What is encapsulation example?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is ambiguity in inheritance?
What are the three parts of a simple empty class?
What are the three main types of variables?
Why is polymorphism needed?
Can we create object of interface?
What is polymorphism and its types?
What is interface in oop?