previous | start | next

Answers

  1. /**
    Constructs a new bank account with a given initial balance.
    @param accountNumber the account number for this account
    @param initialBalance the initial balance for this account
    */
  2. The first sentence of the method description should describe the method–it is displayed in isolation in the summary table


previous | start | next