Google News
logo
CPP - Quiz(MCQ)
Which concept is used to implement late binding in C++?
A)
Constant functions
B)
Virtual functions
C)
Static functions
D)
Operator functions

Correct Answer :   Virtual functions


Explanation : Virtual functions are used to implement the concept of late binding i.e. binding actual functions to their calls.

Advertisement