(相關(guān)資料圖)
1、重載就是方法名相同,參數(shù)(個數(shù)或類型)不同(稱之為簽名不同)比如:string test(){Console.WriteLine("Hello world");//也可以這樣用:test("Hello world");}string test(string msg){Console.WriteLine(msg);}這樣就達(dá)到了,用同樣的方法名。
2、通過傳遞不同的參數(shù),實現(xiàn)不同的目的。
本文分享完畢,希望對你有所幫助。
Copyright © 2015-2022 海峽汽車網(wǎng)版權(quán)所有 備案號:皖I(lǐng)CP備2022009963號-10 聯(lián)系郵箱:396 029 142 @qq.com