C++ Programming - Constructors and Destructors - Discussion

Discussion Forum : Constructors and Destructors - General Questions (Q.No. 20)
20.
Which of the following are NOT provided by the compiler by default?
Zero-argument Constructor
Destructor
Copy Constructor
Copy Destructor
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Ramratan kumar said:   1 decade ago
Compiler doesn't provide copy constructor by default. And nothing meaning of copy destructor in C++.
(1)

Charuka said:   2 years ago
There's no any copy destructor in C++.

According to me, it's Only a copy constructor.

Hoy_smallfry said:   1 decade ago
There is no such thing as a copy destructor. It's made up to throw the tester off.

Ashish said:   1 decade ago
Only zero argument constructor are provided by Compiler.
(1)

Kartheek said:   9 years ago
There is no anything as copy destructor.

Java said:   1 decade ago
What do you mean by Copy Destructor ?

Post your comments here:

Your comments will be displayed after verification.