Home / C++ Programming / Constructors and Destructors :: Discussion

Discussion :: Constructors and Destructors

  1. If the copy constructor receives its arguments by value, the copy constructor would

  2. A.
    call one-argument constructor of the class
    B.
    work without any problem
    C.
    call itself recursively
    D.
    call zero-argument constructor

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment