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
Tell me an example where stacks are useful?
Explain the volatile and mutable keywords.
What is meant by entry controlled loop?
What is #include c++?
How a pointer differs from a reference?
What do you mean by const correctness?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is the use of endl in c++ give an example?
What is the best book for c++ beginners?
What is a friend function in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
When should you use global variables?
Is java the same as c++?
What is prototype for that c string function?
What happens when you make call 'delete this;'?