标签:ntb int test bsp 不同 imp void 方法 over
重载:方法名相同,参数不同
例如:
public class Simple
{
public void test()
{}
public void test(int a, intb)
{}
public void test(int a, String s)
{}
}
标签:ntb int test bsp 不同 imp void 方法 over
原文地址:https://www.cnblogs.com/yangwu-183/p/10200350.html