找考题网-背景图
单项选择题

A.double f(bool b, int i)B.int f(double d, int i)C.int ……

如果已经定义了方法int f(bool b, int i),则以下方法中,哪一个不是合法的重载方法()。

A.double f(bool b, int i)
B.int f(double d, int i)
C.int f(bool b,int i, double d)
D.double f(bool d, int j)