What is polymorphism in c++? Explain with an example?


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

Post New Answer

More C++ General Interview Questions

Is there a new/delete equivalent of realloc?

1 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


Is c++ high level programming language?

0 Answers  


What is setbase c++?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


Why do we use string in c++?

0 Answers  


What are the different types of Storage classes?

5 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


What is Namespace?

5 Answers   HCL, Samsung,


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

0 Answers  


What is ctime c++?

0 Answers  


Categories