Answer Posted / kris_kamatoy
The word “polymorphism” means “different forms”. Applied in
object-oriented
paradigm it means the ability of an entity to exhibit
different forms at runtime.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is difference between class template and template class?
why reinterpret cast is considered dangerous?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is polymorphism used for?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is an example of genetic polymorphism?
What is abstraction and encapsulation?
Why do while loop is used?
What is data binding in oops?
What is oops and why we use oops?
Which type does string inherit from?
How do you define a class in oop?
What is destructor example?
How to call a non virtual function in the derived class by using base class pointer
What is inheritance write a program to show use of inheritance?