C#重載方法
提問(wèn)人:劉冬梅發(fā)布時(shí)間:2020-10-13
public int MethodTest(int i,int j) //重載方法1
{
//代碼
}
public int MethodTest(int i) //重載方法2
{
//代碼
}
public string MethodTest(string sr) //重載方法3
{
//代碼
}
繼續(xù)查找其他問(wèn)題的答案?
相關(guān)視頻回答
public int MethodTest(int i,int j) //重載方法1
{
//代碼
}
public int MethodTest(int i) //重載方法2
{
//代碼
}
public string MethodTest(string sr) //重載方法3
{
//代碼
}
點(diǎn)擊加載更多評(píng)論>>