Solved

Given This Method Implementation, Fill in the Blank in the Method

Question 58

Multiple Choice

Given this method implementation, fill in the blank in the method comment. /**
Gets the current balance of the bank account
_________ the current balance
*/
Public double getBalance()
{
Return balance;
}


A) return
B) double
C) @return
D) balance

Correct Answer:

verifed

Verified

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

Related Questions