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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -