c# 3.0 - function overloading in C# -


in c++ , compiler used name mangaling differntiate function overloaded.in c# how function overloading handled

the signature of method used (types , numbers of parameters) distinguish different overloads.

see this , this (rather dated, still pretty accurate) articles on msdn.


Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -