C++ Programming - Constructors and Destructors - Discussion

Discussion Forum : Constructors and Destructors - General Questions (Q.No. 27)
27.
Which of the following implicitly creates a default constructor when the programmer does not explicitly define at least one constructor for a class?
Preprocessor
Linker
Loader
Compiler
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Sakshi said:   7 years ago
Because we make a constructor or not, but compiler make a default constructor and that is a rule in C++.

Divya said:   8 years ago
Can anyone explain it.

Post your comments here:

Your comments will be displayed after verification.