Multiple Choice
The term ____ refers to any constructor that does not require any arguments when it is called.
A) main constructor
B) default constructor
C) user-defined constructor
D) empty constructor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The type of access that restricts a
Q2: In C++, an abstract data type is
Q4: In C++, an object may be declared
Q5: The process of creating a new object
Q6: A _ function is any function that
Q7: Multiple constructors can be defined for each
Q8: The _ section of a class is
Q9: In a pure object-oriented language, all data
Q10: User-defined data types are required when you
Q11: Central to the creation of objects is