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

Explain stack unwinding.

0 Answers  


What data encapsulation is in c++?

0 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


What are the differences between new and malloc?

0 Answers  


What is difference between array and vector in c++?

0 Answers  






tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


What is the default width for ouputting a long integer using the insertion operator?

0 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


Differentiate between a template class and class template?

1 Answers  


What are enumerations?

0 Answers  


How to write Multithreaded applications using C++?

2 Answers   Honeywell, TCS, Wipro,


Categories