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

Discussion :: OOPS Concepts

  1. In which of the following a virtual call is resolved at the time of compilation?

  2. A.
    From inside the destructor.
    B.
    From inside the constructor.
    C.
    From inside the main().
    D.
    Both A and B.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment