Introduction to OOP: Chapter 12: Implications of Inheritance [next] [previous] [audio] [real] [text]

Two Issues in Reverse Polymorphism

1.
Can we determine whether a value held by a variable is actually a value from a subclass?

2.
Can we perform the actual assignment?
Intro OOP, Chapter 12, Slide 19