The "virtual" specifier in a member function enables which
one of the following?
a) Monmorphism
b) Late binding
c) Metamorphism
d) Solomorphism
e) Inheritance
Answer Posted / monica
Inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various oops concepts in c++?
What is the operator in c++?
What should main() return in c and c++?
What is :: operator in c++?
State two differences between C and C++.
What is the default access level?
Why namespace is used in c++?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What do you mean by function and operator overloading in c++?
How do I get good at c++ programming?
How does java differ from c and c++?
What is a Default constructor?
Why is c++ not purely object oriented?
Which programming language should I learn first?
Why do we use pointers in c++?