一个方法为static void x(int i,char ch=’a’),另一个方法为static void x(int i),则它们( )。
A: 不能在同一程序中定义
B: 可以在同一程序中定义并可重载
C: 可以在同一程序中定义,但不可以重载
D: 以上说法均不正确
A: 不能在同一程序中定义
B: 可以在同一程序中定义并可重载
C: 可以在同一程序中定义,但不可以重载
D: 以上说法均不正确
举一反三
- 【单选题】一个函数为voidf(intx,chary=‘a’),另一个函数为voidf(int),则它们()。 A. 不能在同一程序块中定义 B. 可以在同一个程序块中定义并可重载 C. 可以在同一个程序块中定义,但不可以重载 D. 以上说法均不正确
- 中国大学MOOC: 一个方法为static void x(int i,char ch=’a’),另一个方法为static void x(int i),则它们( )。
- 一个函数为void x(int,char ch='a'),另一个函数为void x(int),则它们
- 以下是"public static void test(int x, int y)"的方法重载( ) A: public static void Test(int x) B: public static int test(int x, int y) C: public static void test(int y, int x) D: public static void test(int x, int y)
- 中国大学MOOC: 一个函数为void x(int,char ch=’a’),另一个函数为void x(int),则它们: