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

let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


What do you mean by translation unit in c++?

1 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


What are the advantages of inheritance in c++?

0 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,






What is a .h file c++?

0 Answers  


What is the difference between new() and malloc()?

0 Answers  


what are the events occur in intr activated on interrupt vector table

0 Answers   HGS,


What is "strstream" ?

1 Answers   Huawei,


Is the declaration of a class its interface or its implementation?

0 Answers  


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

0 Answers  


How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  


Categories