在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 送给自己的祝福语简短
18 简短祝福语毛笔字