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

Discussion :: Constructors and Destructors

  1. If the programmer does not explicitly provide a destructor, then which of the following creates an empty destructor?

  2. A.
    Preprocessor
    B.
    Compiler
    C.
    Linker
    D.
    main() function

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment