MCQOPTIONS
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 priority |
| Answer» C. Global function | |