Answer Posted / anil sobti
polymorphism means same function or function name but
different behavior.
| Is This Answer Correct ? | 55 Yes | 27 No |
Post New Answer View All Answers
Please send ford technologies placement paper 2 my mail id
What causes polymorphism?
What are classes oop?
What is a null tree?
Explain virtual inheritance?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is the difference between a constructor and a destructor? Write A Program to find the ambiguities in Multiple
Inheritance? How are they
resolved.(Virtual Functions)
#include What is class and object with example? when to use 'mutable' keyword and when to use 'const cast'
in c++ What is the benefit of oop? Why polymorphism is used in oops? How can you overcome the diamond problem in inheritance? c++ program to swap the objects of two different classes