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 5 of 7.

Gaurav said:   1 decade ago
Tell me something more about constructor or please explain about constructor.

Lachu said:   1 decade ago
The use of parameterized constructor is passing the values to the function.

Sneha kuwar said:   1 decade ago
There are only three type of constructor. Default, parameterized and copy.

Sanket said:   1 decade ago
All are type of constructor but friend is a type of function class type.

Akash Dhule said:   9 years ago
Remaining options are types of constructor and friendly is a function.

Hemu jai said:   1 decade ago
What is the purpose of three constructor? what is the definition ?

Suneetha said:   1 decade ago
Rest of all are the types of constructor and friend is function.

Akhilesh kesarwani said:   9 years ago
The friend is not a constructor because it is a function.

Sanjaya said:   1 decade ago
We have friend class and function, not any constructor.

Madhu Pal said:   1 decade ago
Because rest of all are the types of constructor.


Post your comments here:

Your comments will be displayed after verification.