Home »
MCQs »
OOPs MCQs
What is early binding?
79. What is early binding?
- Early binding simply means that an object is bound to its function call at compile time
- Early binding simply means that an object is bound to its function call at runtime
Answer: A) Early binding simply means that an object is bound to its function call at compile time
Explanation:
Early binding simply means that an object is bound to its function call at compile time.