Friday, September 9, 2016

override!

If you use a "grandchild" of a child "inheriting" (implementing) an interface, where there is an upcasting to the interface, the child's methods will get used and not the grandchild's unless you explicitly override them.

No comments:

Post a Comment