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
Post a Comment