Solved

If a Member Function of a Class Already Provides All

Question 32

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions