Solved

Which of the Following Statements About Instance Methods Is Correct

Question 84

Multiple Choice

Which of the following statements about instance methods is correct?


A) An instance method should always be declared as public.
B) An instance method should always be declared as private.
C) An instance method should be declared as public only if it is a helper method.
D) An instance method should be declared as private only if it is a helper method.

Correct Answer:

verifed

Verified

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

Related Questions