Memoryizz

2019年1月8日

java 07 多态强转

摘要: 例子1 class Interfacedemoplus{public static void main(String[] agrs){ Womanstar Won =new Womanstar(); //隐式转换 Whit w = Won; Rich r = Won; //无包含关系,强转 Beau 阅读全文

posted @ 2019-01-08 17:31 Memoryizz 阅读(246) 评论(0) 推荐(0)

导航