What is difference between Method and function
Answers were Sorted based on User's Feedback
Answer / owais ahmed
The major difference between
methods and functions is that methods called by the
reference variables
called objects where as the functions do not having any
reference
variables.methods are invoked using objects.wheres as in
case of functions here is no quesion of objects.we call it
directly
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
How many types of variables are there in c#?
How do I count the length of a string in c#?
What is call back method?
What is 8 bit signed integer?
What is the difference between finally and finalize block?
What are predicates in c#?
What is generic method in c#?
explain the nature of the assembly work?
Why do we need serialization?
How many types of namespaces available in version4?
What is the difference between mobile application and desktop application?
What is the difference between a field and a property in c#?