2018年7月5日

super的使用

摘要: package com.bjsxt.oop.extendz; import java.util.List; public class Demo { public static void main(String[] args){ Person p = new Person(); p.show(); Student s = new Student(); s.show();... 阅读全文

posted @ 2018-07-05 10:51 Terlong 阅读(203) 评论(0) 推荐(0)

导航