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 |
What is the difference between wrapper class and primitive?
How to put assembly in gac?
How to parse a date time string?
How do I trim a space in c#?
Explain the difference between const and static read-only?
what is a template?
Can you mark static constructor with access modifiers?
What are the concepts of dispose method?
Explain the difference between a Private Assembly and a Shared Assembly
What is marshalling in c#?
How can you prevent escaping on backslashes in C# with string definitions?
What is reflection in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)