当前学科:计算机应用技术
  • 题目: 未知类型
    下面的方法重载,正确的是()。

      A.int fun(int a, float b) {} float fun(int a,float b) {}

      B.float fun(int a, float b) {} float fun(int x, float y) {}

      C.float fun(float a) {} float fun(float a, float b) {}

      D.float fun1(int a,float b) {} float fun2(int a, float b) {}

    答案: <查看本题扣1积分>

    查看答案

    答案不对?请尝试站内搜索