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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -