Answer Posted / 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 |
Post New Answer View All Answers
Give 2 scenarios where static constructors can be used?
What is Satellite Assemblies ?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Is c# good for web development?
What are the fundamental oop concepts?
What .exe means?
What is entity framework c#?
What do you mean by jagged arrays in c#?
What is the difference between static class and singleton class in c#?
Is a c# interface the same as a c++ abstract class?
What is exe file in c#?
How does yield return work c#?
In a memory when you Box and Unbox a value-type what happens?
Is there an equivalent of exit() for quitting a c# .net application?
What is the difference between virtual and override in c#?