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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -