Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. How "Late binding" is implemented in C++?

  2. A.
    Using C++ tables
    B.
    Using Virtual tables
    C.
    Using Indexed virtual tables
    D.
    Using polymorphic tables

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment