previous | start | next

Self Check

  1. How many implicit and explicit parameters does the withdraw method of the BankAccount class have, and what are their names and types?
  2. In the deposit method, what is the meaning of this.amount? Or, if the expression has no meaning, why not?
  3. How many implicit and explicit parameters does the main method of the BankAccountTester class have, and what are they called?

previous | start | next