Match List I with List II
| List I |
List II |
| A. Overloading |
I. Since function call is resolved during run time, the execution is Slow. |
| B. Early binding |
II. Since function call is resolved during compilation time, the execution is much faster. |
| C. Overriding |
III. Supports compile-time polymorphism. |
| D. Late Binding |
IV. Supports run-time polymorphism. |
Choose the correct answer from the options given below:
1. A-III, B-II, C-I, D-IV ✓ Correct
2.A-IV, B-II, C-III, D-I
3.A-III, B-I, C-IV, D-II
4.A-IV, B-I, C-III, D-II