Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 5 (Q.No. 15)
15.
A default constructor _____
takes no arguments
has default values for all its arguments
either (a) or (b)
neither (a) nor (b).
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ayesha... said:   5 years ago
The default constructor is such constructor which either has no Parameter or if it has some parameters these have default values.

Post your comments here:

Your comments will be displayed after verification.