📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    What is early binding in the context of

    OOP?
    A Runtime decision of function call Correct Answer Incorrect Answer
    B Binding function calls during linking Correct Answer Incorrect Answer
    C Compile-time method resolution Correct Answer Incorrect Answer
    D Using virtual function Correct Answer Incorrect Answer
    E Inheritance tree traversal Correct Answer Incorrect Answer

    Solution

    Early binding means the compiler resolves method calls at compile-time, typically in non-virtual methods

    Practice Next
    ask-question