Vidyalelo
C++ Programming · Q26

Constructors and Destructors in C++

Programming · C++ Programming · question 26

Q26

In C++, which type of constructor is called when an object is created without any arguments?

A.
Default constructor
Answer
B.
Parameterized constructor
C.
Copy constructor
D.
Destructor

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board