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

Brief explaination about #include<iostream.h>, cin and cout

3 Answers  


When does a name clash occur?

1 Answers  


What parameter does the constructor to an ofstream object take?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


write the programme that convert a interger to biniry number

1 Answers   Amazon,






What is a character in c++?

0 Answers  


Show the declaration for a static member variable.

0 Answers  


Explain the concept of memory leak?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


What is difference between array and vector in c++?

0 Answers  


What is function declaration in c++ with example?

0 Answers  


How important is c++?

0 Answers  


Categories