|
If you have a class Foo with IV foo and a child class Child with an IV
child, and you ask to push down the IV foo, then you get
Child
Iv: child foo
rathe than
Child
iv: foo child
So, exisiting instances of Child now have the foo value in child and the
child value in foo.
|