simple functional overloading [modified]
-
hi all, my question is regarding functional overloading..... i know how functional overloading works.... but i would like to know wen all are we using functional overloading ie we use fn overloading wen we have multiple functions with same name......but my question is why do we have to: 1)have multiple functions with same name...... 2)can you give me very very simple code with some real life scenorio which will explain these to me...... also a simple explanation for delegates will also be appreciated both in cosole and windows form.......:) thanking you in advance, j -- modified at 2:45 Tuesday 16th October, 2007
-
hi all, my question is regarding functional overloading..... i know how functional overloading works.... but i would like to know wen all are we using functional overloading ie we use fn overloading wen we have multiple functions with same name......but my question is why do we have to: 1)have multiple functions with same name...... 2)can you give me very very simple code with some real life scenorio which will explain these to me...... also a simple explanation for delegates will also be appreciated both in cosole and windows form.......:) thanking you in advance, j -- modified at 2:45 Tuesday 16th October, 2007
If you search on google using keywords ‘function overloading+c#’ or ‘delegates+c#’ you will get enough links to tutorials and samples. If you face any specific problem while doing function overloading or while using delegates, let us know. -Dave.
Dave Traister, ComponentOne LLC. www.componentone.com
-
If you search on google using keywords ‘function overloading+c#’ or ‘delegates+c#’ you will get enough links to tutorials and samples. If you face any specific problem while doing function overloading or while using delegates, let us know. -Dave.
Dave Traister, ComponentOne LLC. www.componentone.com
thank you Dave :) j