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:

Verified
Correct Answer:
Verified
Q79: Which of the following statements about encapsulation
Q80: Each object of a class has a
Q81: The _ operator is used to construct
Q82: Insert the missing code in the following
Q83: Given the following class definition, which of
Q85: Consider the following code snippet:<br>Public class Vehicle<br>{<br>)
Q86: Consider the following code snippet:<br>Coin coin1 =
Q87: The process of hiding object data and
Q88: Consider the following code snippet:<br>Public int getCoinValue(String
Q89: Given the following class definition, which of