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
Can an interface inherit a class?
What is polymorphism programming?
Can we define a class within the interface?
What is the importance of oop?
What is polymorphism in oop example?
What is abstraction in oop?
What is multilevel inheritance explain with example?
which feature are not hold visual basic of oop?
How oops is better than procedural?
What exactly is polymorphism?
What is the main feature of oop?
What is pointer in oop?
What is overloading in oops?
How is class defined?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).