5.6 Upcasting



子类和父类之间的关系是: The new class is a type of the existing class.

Case Study: Wind.java

Upcasting是安全的.


Next Page