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.

Tushar Bhimarao Dongare said:   1 decade ago
Constructor it is a special member function it is used to initialize object of class.

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


Post your comments here:

Your comments will be displayed after verification.