2021年10月7日
摘要:
1 package com.bytezreo.innerclass2; 2 3 /** 4 * 5 * @Description 内部类 注意点 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * @date
阅读全文
posted @ 2021-10-07 16:25
Bytezero!
阅读(20)
推荐(0)
摘要:
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!
阅读(56)
推荐(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!
阅读(68)
推荐(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!
阅读(119)
推荐(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!
阅读(50)
推荐(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!
阅读(61)
推荐(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!
阅读(217)
推荐(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!
阅读(79)
推荐(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!
阅读(52)
推荐(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!
阅读(155)
推荐(0)