上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页
  2021年10月7日
摘要: 1 package com.bytezreo.innerclass; 2 3 /** 4 * 5 * @Description 类的内部成员之五:内部类 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * @d 阅读全文
posted @ 2021-10-07 11:20 Bytezero! 阅读(51) 评论(0) 推荐(0) 编辑
  2021年10月5日
摘要: 1 package com.bytezreo.interfacetest; 2 3 public class SubClass2 { 4 public static void main(String[] args) { 5 SubClass s = new SubClass(); 6 //s.met 阅读全文
posted @ 2021-10-05 23:48 Bytezero! 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.interfacetest; 2 3 /** 4 * 5 * @Description 接口:比较对象的大小 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * @ 阅读全文
posted @ 2021-10-05 21:46 Bytezero! 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.interfacetest; 2 3 /** 4 * 5 * @Description 接口的应用:代理模式 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * @ 阅读全文
posted @ 2021-10-05 20:36 Bytezero! 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.interfacetest; 2 3 /** 4 * 5 * @Description 接口的使用 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * @date 阅读全文
posted @ 2021-10-05 20:18 Bytezero! 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.interfacetest; 2 3 /** 4 * 5 * @Description interface 接口的使用 implements 实现 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 阅读全文
posted @ 2021-10-05 19:44 Bytezero! 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.template; 2 3 import java.util.Calendar; 4 import java.util.Scanner; 5 6 /** 7 * 8 * @Description 抽象类 练习 9 * @author Bytezero·z 阅读全文
posted @ 2021-10-05 15:17 Bytezero! 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.template; 2 3 /** 4 * 5 * @Description 抽象类的应用:模板方法的设计模式 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * 阅读全文
posted @ 2021-10-05 14:17 Bytezero! 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.abstractTest; 2 3 /** 4 * 5 * @Description Abstract 关键字使用 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 阅读全文
posted @ 2021-10-05 08:49 Bytezero! 阅读(144) 评论(0) 推荐(0) 编辑
  2021年10月4日
摘要: 1 package com.bytezreo.abstractTest; 2 3 /** 4 * 5 * @Description abstract 小测试 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * 阅读全文
posted @ 2021-10-04 21:34 Bytezero! 阅读(42) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页