摘要: package com.oop.Polymorphism;public class Person { public void run(){ System.out.println("father"); } public void sing(){ System.out.println("father1" 阅读全文
posted @ 2022-04-06 19:59 HFUUwzy 阅读(31) 评论(0) 推荐(0)