The "virtual" specifier in a member function enables which
one of the following?
a) Monmorphism
b) Late binding
c) Metamorphism
d) Solomorphism
e) Inheritance

Answers were Sorted based on User's Feedback



The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / guest

Late binding

Is This Answer Correct ?    9 Yes 0 No

The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / richa

Late Binding

Is This Answer Correct ?    6 Yes 0 No

The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / monica

Inheritance

Is This Answer Correct ?    0 Yes 0 No

The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / leo theboss

Metamorphism

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

Define a nested class.

0 Answers  


What are enumerations?

0 Answers  


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  


1.what is the difference between software & package &application.

1 Answers   Infosys,


What is #include ctype h in c++?

0 Answers  






What is class invariant?

1 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


How would you use the functions randomize() and random()?

0 Answers  


What do you mean by public protected and private in c++?

0 Answers  


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


Is c or c++ more useful?

0 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Categories