Answer Posted / jacintha
A function is just a part of code that executes code and
can return
something. A method is, in OOP, a function that is bound to
a class. As
in C# there are no stand-alone functions, every function in
C# is a method.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
How do I open the console window?
Different between method overriding and method overloading?
Is int an object in c#?
What do you understand by an Implicit Variable?
Which property of the textbox cannot be changed at runtime?
What is oledb in c#?
Is is possible to force garbage collector to run?
What is a delegate in c#?
Explain the clr triggers?
What is the difference between list and arraylist c#?
What is the difference between yield and return?
How to sign an assembly with strong name?
What is function and method in c#?
Explain types of comment in c# with examples
What is the data encapsulation?