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.

b. Call that member function from this constructor or member function.

Computer Science & Information Technology

You might also like to view...

Thedata type that can store up to 65,535 characters in each record

a. Short text b. Paragraph c. Long text

Computer Science & Information Technology

In the figure above, the two copies will be offset in which direction from the original?

A. to the right and up B. to the right and down C. to the left and up D. to the left and down

Computer Science & Information Technology