What are the different forms of polymorphism??
Answer Posted / sri
Existing in more than one form.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is abstraction with example?
what is the sylabus for priliminaries?
What is byval and byref? What are differences between them?
What is polymorphism and its types?
How to hide the base class functionality in Inheritance?
What are oops functions?
What is static in oop?
What is polymorphism what is it for and how is it used?
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?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is class in oop with example?
Why is polymorphism important in oop?
What are the components of marker interface?
What is a null tree?
c++ program to swap the objects of two different classes