|NO.Z.00060|——————————|BigDataEnd|——|Java&多态特殊类.V01|——|Java.v01|多态概念|语法格式|

一、多态和特殊类
### --- 多态的概念

~~~     ——>        多态主要指同一种事物表现出来的多种形态。
~~~     ——>        饮料:可乐、雪碧、红牛、脉动、...
~~~     ——>        宠物:猫、狗、鸟、小强、鱼、...
~~~     ——>        人:学生、教师、工人、保安、...
~~~     ——>        图形:矩形、圆形、梯形、三角形、…
### --- 多态的语法格式

~~~     ——>        父类类型引用变量名= new 子类类型();
~~~     ——>        如:
~~~     ——>            Shape sr= new Rect();
~~~     ——>            sr.show();
~~~     ——>        # 多态:父类引用指向子类的形式称之为多态

 
 
 
 
 
 
 
 
 

Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of life.It sinks, and I am ready to depart
                                                                                                                                                   ——W.S.Landor

 

 

posted on 2022-04-03 17:56  yanqi_vip  阅读(12)  评论(0)    收藏  举报

导航