If you call `a.toB()` you've got an instance of `B...
# announcements
s
If you call
a.toB()
you've got an instance of
B
which has operations that likely operate on the instance of
A
that you called the method on ?