What is polymorphism and its type in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between delegation and implemented-in-terms-of?

0 Answers  


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


What does I ++ mean in c++?

0 Answers  






Which function cannot be overloaded c++?

0 Answers  


Is it possible to have a recursive inline function in c++?

0 Answers  


Differentiate between declaration and definition.

0 Answers  


What is srand c++?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Which software is used for c++ programming?

0 Answers  


What is buffering in c++?

0 Answers  


Categories