2021年9月20日
摘要: 1 package com.bytezreo.duotai; 2 3 //多态性的使用 举例一 4 public class AnimalTest 5 { 6 public static void main(String[] args) 7 { 8 AnimalTest test = new Ani 阅读全文
posted @ 2021-09-20 18:07 Bytezero! 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezreo.duotai; 2 /** 3 * 4 * @Description 面向对象的特征三 多态性 5 * @author Bytezero·zhenglei! Email:420498246@qq.com 6 * @version 7 * @date 20 阅读全文
posted @ 2021-09-20 18:06 Bytezero! 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1 package com.bytezero.supertest3; 2 3 /** 4 * 5 * @Description AccountTest类 6 * @author Bytezero·zhenglei! Email:420498246@qq.com 7 * @version 8 * @d 阅读全文
posted @ 2021-09-20 11:09 Bytezero! 阅读(45) 评论(0) 推荐(0) 编辑