adspace
Answer Posted / Purnanand Gupta
In C#, both 'method' and 'function' refer to blocks of code that perform specific tasks. A method is a member of a class and can access any members of the class, while a function (technically called 'method') outside a class is referred to as a global method or a static method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers