摘要:
On_Java_Advanced_Edition 01 枚举类型 1.2 在枚举类型中添加自定义方法 package org.example; public enum Run_RR { YANG("This is most helpful.."), QIAN("This is a good test 阅读全文
摘要:
多态 note First. 展示代码 // 父类 package yang.file; public class Father { public void eat(){ System.out.println("run\n"); } public void come() { System.out.p 阅读全文