ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which concept is used to implement late binding?
Correct Answer: A — Virtual functions
Virtual functions are used to implement the concept of late binding i.e. binding actual functions to their calls.