Vidyalelo
Python · Q13

Advanced OOP Concepts

Programming · Python · question 13

Q13

What is dynamic binding in OOP?

A.
Binding of methods during runtime
Answer
B.
Binding of methods during compilation
C.
Binding of attributes during runtime
D.
Binding of attributes during compilation

Answer: Option A

Solution

Answer: Option A
Solution:
Dynamic binding involves determining the method to call during runtime based on the object's type.