通过内部类的方式-JAVA变相实现多继承
摘要:package com.algorithm; public class Animal { class Cat { public void say(){ System.out.println("小猫喵喵叫"); } public void run(){ System.out.println("小猫跑跑
阅读全文
posted @ 2021-11-24 16:24
posted @ 2021-11-24 16:24
posted @ 2021-11-23 15:38
posted @ 2021-11-06 18:57
posted @ 2021-11-01 13:40