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 / guest
Late binding
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain the isa and hasa class relationships.
What is meant by forward referencing and when should it be used?
Explain public, protected, private in c++?
What is basic if statement syntax?
What are arrays c++?
Why do we use double in c++?
Can a program run without main in c++?
What is the two main roles of operating system?
why is c++ called oops? Explain
Describe about storage allocation and scope of global, extern, static, local and register variables?
Is c++ a high level language?
Explain linear search.
Is c++ vector a linked list?
What is iterator in c++?
What are the advantages of using friend classes?