多选题
下面哪个函数是 public void example(){...} 的重载函数?
A
private void example( int m){...}
B
public int example(){...}
C
public void example2(){...}
D
public int example ( int m, float f){...}
E
public int example ( int m, float f, int cc){...}
答案解析
正确答案:DE
题目纠错
智网工程师认证--综合2023(6815题)
