Home » C++ Programming » Data Types » Question
  1. ____ have the return type void?
    1. constructors
    2. destructors
    3. all functions
    4. All of these
    5. None of these
Correct Option: E

Constructor creates an Object and Destructor destroys the object. They are not supposed to return anything, not even void.



Your comments will be displayed only after manual approval.