Home » C++ Programming » Classes & Objects » Question
  1. Where does the object is created?
    1. attributes
    2. destructor
    3. constructor
    4. class
    5. None of these
Correct Option: D

In class, only all the listed items except class will be declared.



Your comments will be displayed only after manual approval.