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

Discussion :: Constructors and Destructors

  1. A __________ is a constructor that either has no parameters, or if it has parameters, all the parameters have default values.

  2. A.
    default constructor
    B.
    copy constructor
    C.
    Both A and B
    D.
    None of these

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment