Question

Q1: A default constructor:
a. Is a constructor that must receive no arguments.
b. Is the constructor generated by the compiler when no constructor is provided by the programmer.
c. Does not perform any initialization.
d. Both (a) and (b).

Answer

This answer is hidden. It contains 16 characters.