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 / richa
Late Binding
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain virtual class and friend class.
What does std :: flush do?
Why we use #include conio h in c++?
How many types of scopes are there in c++?
Why would you use pointers in c++?
Where do I find the current c or c++ standard documents?
What is vector pair in c++?
If you don’t declare a return value, what type of return value is assumed?
What does #define mean in c++?
What is scope in c++ with example?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is problem with overriding functions?
How would you use the functions sin(), pow(), sqrt()?
What is wrapper class in c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.