摘要:
1、在同一个类中,按照参数严格匹配的原则,示例如下:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package com.java.test;public class Test extends Parent { public static void main(String[] args) { System.out.println("haha"); Test t= new Test(); t.t2(3); } publ 阅读全文
posted @ 2010-08-25 09:37
snowdrop
阅读(6187)
评论(0)
推荐(0)
浙公网安备 33010602011771号