摘要:
我们都知道java的四大特性:抽象、继承、封装、多态; 那么关于继承有哪些特性呢?下面看具体实例: (1) public class Person { public int a=2; public void see(int a){ System.out.println(a); } } public 阅读全文
摘要:
import java.io.*; public class MyEclipseGen { private static final String LL = "Decompiling this copyrighted software is a violation of both your lice 阅读全文