Question

Q2: If a member function of a class already provides all or part of the functionality required by a constructor or another member function then:
a. Copy and paste that member function's code into this constructor or member function.
b. Call that member function from this constructor or member function.
c. That member function is unnecessary.
d. This constructor or member function is unnecessary.

Answer

This answer is hidden. It contains 60 characters.