在C#中重载方法有哪些不同的方式?
重载方法的不同方式是-
The datatypes of parameters are different The number of parameters are different
以下给出了说明参数的不同数据类型的示例-
void print(int i) {
Console.WriteLine("Printing int: {0}", i );
}
void print(double f) {
Console.WriteLine("Printing float: {0}" , f);
}
void print(string s) {
Console.WriteLine("Printing string: {0}", s);
}以下说明了不同数量的参数-
// two parameters
public static int mulDisplay(int one, int two) {
return one * two;
}
//三个参数
public static int mulDisplay(int one, int two, int three) {
return one * two * three;
}
//四个参数
public static int mulDisplay(int one, int two, int three, int four) {
return one * two * three * four;
}热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短