📚 Question Bank Q2 — Programming and Data Structure
Tags
Programming and Data Structure
Q2. Marks: +2.0 UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
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
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question