Examlex

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;
}


Definitions:

Related Questions