试题详情
多项选择题 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;)

  • A,C
  • 关注下方微信公众号,在线模考后查看

热门试题