Home / C++ Programming / Functions - C++ :: Discussion

Discussion :: Functions - C++

  1. Which of the following statement is correct?

  2. A.
    Constructors can have default parameters.
    B.
    Constructors cannot have default parameters.
    C.
    Constructors cannot have more than one default parameter.
    D.
    Constructors can have at most five default parameters.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment