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

Discussion :: OOPS Concepts

  1. Which of the following statement is correct?

  2. A.
    A constructor is called at the time of declaration of an object.
    B.
    A constructor is called at the time of use of an object.
    C.
    A constructor is called at the time of declaration of a class.
    D.
    A constructor is called at the time of use of a class.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment