摘要:
已经建立了一个新类:class Virus{ static int virusCount = 0; public Virus(){ virusCount++; } static int getVirusCount(){ return virusCount; }} 在程序中用到了上面这个类: 1 public class VirusLab { 2 public static void main(String[] args) { 3 int numVirus = Integer.parseInt(args[... 阅读全文
posted @ 2013-11-15 11:24
jiayouwyhit
阅读(178)
评论(0)
推荐(0)

浙公网安备 33010602011771号