C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 28)
28.
Which of the following functions are performed by a constructor?
Construct a new class
Construct a new object
Construct a new function
Initialize objects
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
12 comments Page 2 of 2.

Cool SAM said:   8 years ago
Give me the Proper definition of the constructor.

Xyz said:   1 decade ago
Every Class should define it's own Constructor.


Post your comments here:

Your comments will be displayed after verification.