Which of the following never requires any arguments?
Options
A. Member function
B. Friend function
C. Default constructor
D. const function
Correct Answer
Default constructor
Constructors and Destructors problems
Search Results
1. Which of the following implicitly creates a default constructor when the programmer does not explicitly define at least one constructor for a class?