Java笔记

1. instanceof关键字用检测类的实例;

2. 继承基本类和抽象类用extends关键字,实现接口类的继承用implements关键字;

原文地址:https://www.cnblogs.com/qfkobe24/p/4301098.html