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

What is general format for a prototype?

0 Answers  


What is c strings syntax?

0 Answers  


What is the best c c++ compiler for windows?

0 Answers  


What is ifstream c++?

0 Answers  


Explain queue. How it can be implemented?

0 Answers  


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


Give example of a pure virtual function in c++?

0 Answers  


How do I run a program in notepad ++?

0 Answers  


What is helper in c++?

0 Answers  


What is virtual methods?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Categories