Give an example of run-time polymorphism/virtual functions.


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

Post New Answer

More C++ General Interview Questions

What is input operator in c++?

0 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


Which function cannot be overloaded c++?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What is the difference between public, private, and protected access?

0 Answers  






Is c++ the best programming language?

0 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  


Which algorithm do you like the most? Why?

2 Answers   Google,


Is string data type in c++?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


Categories