Multiple choice

Which of the following properties of OOP refers to the procedure in which the code associated with a procedure call is known only at the time of program execution routine?

  1. Overloading

  2. Data abstraction

  3. Data encapsulation

  4. Dynamic binding

  5. Polymorphism

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This property of OOP refers to the procedure in which the code associated with a procedure call is known only at the time of program execution routine.