You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
257 B

理清了多态中“编译看左边,运行看右边”的底层机制
为什么父类引用调用子类重写方法时会执行子类逻辑
讲解了Java中public类与文件名的强制对应关系
说明了单文件编写时非public类的正确写法