欢迎来到求知题库网 求知题库官网
logo
全部科目 > Java认证考试 > SCJP程序员认证考试

多项选择题

public class MethodOver  { 
public void setVar (int a, int b, float c)  { 
} 
}  
Which two overload the setVar method?()  

    A. Private void setVar (int a, float c, int b)  { }
    B. Protected void setVar (int a, int b, float c) { }
    C. Public int setVar (int a, float c, int b) (return a;)
    D. Public int setVar (int a, int b, float c) (return a;)
    E. Protected float setVar (int a, int b, float c) (return c;)

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题