在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;
}热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短