码迷,mamicode.com
首页 > 其他好文 > 详细

方法名的重载 overload

时间:2018-12-30 20:25:20      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:ntb   int   test   bsp   不同   imp   void   方法   over   

重载:方法名相同,参数不同

  例如:

  public class Simple

  {

    public void test()

    {}

    public void test(int a, intb)

    {}

    public  void test(int a, String s)

    {}

  }

方法名的重载 overload

标签:ntb   int   test   bsp   不同   imp   void   方法   over   

原文地址:https://www.cnblogs.com/yangwu-183/p/10200350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!