@jp2tube Do I have to tell you ? Think of the dozens of method overloads which you used to do up until C# 3.0 .... You would just use the same method but just because you required a different data type .. you would rewrite the method with minor differences. It is much better to have one method handle all the overloads... Furthermore, you can call the method and put in the optional parameters by naming them IN ANY order....
Thanx - This is awesome!
Vflajnik 8 months ago
Congrats for the video! Very well explained!
AlcatrazLives 1 year ago
@jp2tube Do I have to tell you ? Think of the dozens of method overloads which you used to do up until C# 3.0 .... You would just use the same method but just because you required a different data type .. you would rewrite the method with minor differences. It is much better to have one method handle all the overloads... Furthermore, you can call the method and put in the optional parameters by naming them IN ANY order....
Hope this sorts out your difficulty
AlcatrazLives 1 year ago
Is this really a benefit?
jp2tube 1 year ago
SO GOOD!! =)
kmusx2 1 year ago