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
Can static member variables be private?
What are put and get pointers?
What is vector pair in c++?
What is a dangling pointer in c++?
Is c the same as c++?
Define whitespace in C++.
How do you write a function that can reverse a linked-list?
What is difference between class and structure in c++?
What are the two main components of c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is the full form nasa?
If a function doesn’t return a value, how do you declare the function?
What is #include cstdlib in c++?
What does std mean in c++?
What are the two shift operators and what are their functions?