InterviewSolution
Saved Bookmarks
| 1. |
In case of using abstract class or function overloading, which function is supposed to be called first?(a) Local function(b) Function with highest priority in compiler(c) Global function(d) Function with lowest priority because it might have been halted since long time, because of low priorityI have been asked this question in examination.My question comes from Polymorphism in portion OOPs Concept & Features of Object Oriented Programming |
|
Answer» Correct answer is (b) Function with highest priority in compiler |
|