previous | start | next

Answers

  1. Only if x actually refers to a BankAccount object.
  2. No–a Coin reference can be converted to a Measurable reference, but if you attempt to cast that reference to a BankAccount, an exception occurs.


previous | start | next