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

Discussion :: Constructors and Destructors

  1. Which of the following implicitly creates a default constructor when the programmer does not explicitly define at least one constructor for a class?

  2. A.
    Preprocessor
    B.
    Linker
    C.
    Loader
    D.
    Compiler

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment