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
Can an abstract class have a constructor c#?
How does c# generics and c++ templates compare?
What is sqldataadapter in c#?
What is the difference between virtual method and abstract method?
What do multicast delegates mean?
What is boxing in c#?
What is code verification?
What is uint64_t?
Is c# an array?
Does c# support c type macros?
What is an array of arrays called?
What is the difference between writeline and write in c#?
Are c# strings immutable?
What is overriding in c#?
Give an example to show for hiding base class methods?