Write a program to show polymorphism in C++?


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

Post New Answer

More C++ General Interview Questions

Can recursive program be written in C++?

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


What is meant by a delegate?

0 Answers  


What is a container class?

0 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


Why struct is used in c++?

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


Will the following program execute?

0 Answers  


Why is c++ a mid-level programming language?

0 Answers  


Does c++ support exception handling?

0 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


What are c++ templates used for?

0 Answers  


Categories