Solved

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

Question 50

Multiple Choice

Given this method comment, fill in the blank in the method implementation. /**
Constructs a bank account with a given balance
@param initialBalance the initial balance
*/
Public BankAccount(double _________)
{
Balance = initialBalance;
}


A) amount
B) parameter
C) initialBalance
D) balance

Correct Answer:

verifed

Verified

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

Related Questions