Solved

Consider the Following Code Snippet: Public Class Coin

Question 99

Multiple Choice

Consider the following code snippet: public class Coin
{
Private String name;
) . .
Public boolean equals(Object otherCoin)
{
Return name.equals(otherCoin.name) ;
}
) . .
}
What is wrong with this code?


A) The return statement should use the == operator instead of the equals method.
B) The parameter in the equals method should be declared as Coin otherCoin.
C) otherCoin must be cast as a Coin object before using the equals method.
D) There is nothing wrong with this code.

Correct Answer:

verifed

Verified

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

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents