1.

Which concept is used to implement late binding?(a) Virtual functions(b) Operator functions(c) Constant functions(d) Static functionsThe question was asked in an internship interview.The question is from OOPs Concept in section Basics Concepts of C++ of C++

Answer»

Right option is (a) Virtual functions

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



Discussion

No Comment Found

Related InterviewSolutions