What is polymorphism & list its types in c++?


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

Post New Answer

More C++ General Interview Questions

Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


Are vectors passed by reference c++?

0 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


Where are setjmp and longjmp used in c++?

0 Answers  


Carry out conversion of one object of user-defined type to another?

0 Answers  


What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


What is a pdb file?

0 Answers  


Can you sort a set c++?

0 Answers  


Difference between pointer to constant vs. Pointer constant

0 Answers  


What is abstraction in c++ with example?

0 Answers  


What are the weaknesses of C++?

1 Answers  


Categories