Which of the following statements best describes the-04057
Which of the following statements best describes the Constructor?
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.8.
Which of the following statements best describes the Constructor?
Constructor is used to modify constant data members of the class.
Constructor is used to delete the objects of a class.
Constructor is used to initialize the data members of a class.
All of the given