摘要: //例题1 class Myclass{ public String Information=""; public void myMethod(String argu) { System.out.println(argu); } private int value; public int getVa 阅读全文
posted @ 2017-10-20 09:45 王怀宇 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package lianxi6; class Foo{ static int n=0; Foo() { n++; } int a,b,c; public void shuchu() { }; }public class 课堂练习 { public static void main(String[] 阅读全文
posted @ 2017-10-20 09:18 王怀宇 阅读(204) 评论(0) 推荐(0) 编辑