C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 2)
2.
Which of the following is not a type of constructor?
Copy constructor
Friend constructor
Default constructor
Parameterized constructor
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
68 comments Page 6 of 7.

Sahithi said:   1 decade ago
Friend is a function but it is not a constructor.

Kapil jat said:   1 decade ago
Friend is only function not a create constructor.

Manu said:   1 decade ago
Because friend function is used not constructor.

Anita said:   8 years ago
Friend constructor is not a type of constructor.

Guru said:   1 decade ago
What's the work of Parameterized constructor ?

Gautam kanawade said:   1 decade ago
Why constructor does not have any return type?

Vidyashree bs said:   7 years ago
A friend is a function, but not a constructor.
(1)

Raman said:   10 years ago
The dynamic constructor is not in this? Why?

Neelam said:   1 decade ago
Total three types of constructor is there.

Farid said:   9 years ago
What is constructor explain with example?


Post your comments here:

Your comments will be displayed after verification.