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

Is c++ map a hash table?

0 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What is a hash function c++?

0 Answers  


What are the 2 main types of data structures?

0 Answers  


What are the advantages of pointers?

0 Answers  






Can I make ios apps with c++?

0 Answers  


What is the advantage of an external iterator.

0 Answers  


What is pair in c++?

0 Answers  


Is c++ faster than c?

0 Answers  


What is realloc() and free()? What is difference between them?

1 Answers  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


What is static class data?

0 Answers  


Categories