Answer Posted / vic
To elaborate on Ejaz's answer, the run time determination
will only happen if the functions being called were declared
as being virtual.
If they weren't, then the function to be called will be
determined at compile time according to the object type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is byval and byref? What are differences between them?
c++ program to swap the objects of two different classes
What is abstraction oop?
What is overloading in oops?
What is encapsulation c#?
What are the 5 oop principles?
#include
What makes a language oop?
What is basic concept of oop?
What is the highest level of cohesion?
What is oops with example?
What is polymorphism explain its types?
Write a program to reverse a string using recursive function?
What is use of overloading?
What is difference between data abstraction and encapsulation?