previous
|
start
|
next
Self Check
Can you use a cast
(BankAccount) x
to convert a
Measurable
variable
x
to a
BankAccount
reference?
If both
BankAccount
and
Coin
implement the
Measurable
interface, can a
Coin
reference be converted to a
BankAccount
reference?
previous
|
start
|
next