Solved

Consider the Following Code Snippet

Question 59

Multiple Choice

Consider the following code snippet:
Public class Coin
{
Private String coinName;
Public String getCoinValue()
{ ) . . }
}
Which of the following statements is correct?


A) The getCoinValue method can be accessed by any user of a Coin object.
B) The getCoinValue method can be accessed only by methods of the Coin class.
C) The getCoinValue method can be accessed only by methods of another class.
D) The getCoinValue method cannot be accessed at all.

Correct Answer:

verifed

Verified

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

Related Questions