摘要:
 阅读全文
posted @ 2020-01-18 02:40
吃个甜柚子
阅读(120)
评论(0)
推荐(0)
摘要:
作用 为类的创建提供统一的接口 阅读全文
posted @ 2020-01-18 02:21
吃个甜柚子
阅读(90)
评论(0)
推荐(0)
摘要:
```java//java 类型匹配测试 Circle circle = new Circle(); // circle rectangle 实现了 shape System.out.println(circle instanceof Circle);//true 关键字 System.out.println(circle instance... 阅读全文
posted @ 2020-01-18 02:06
吃个甜柚子
阅读(153)
评论(0)
推荐(0)