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

Discussion :: Constructors and Destructors

  1. Copy constructor must receive its arguments by __________ .

  2. A.
    either pass-by-value or pass-by-reference
    B.
    only pass-by-value
    C.
    only pass-by-reference
    D.
    only pass by address

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment