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
Why abstract class is not instantiated in c#?
What is the difference between serialization and deserialization in c#?
Can destructors have access modifiers?
C# called c sharp why?
What is callback function in c#?
What is JIT (just in time)? how it works?
how background thread access to ui control?
4. Describe the process when we send a request URL? And who is responsible for that?
What are sorted lists?
List some of the common data providers for ado.net framework?
What is literal control
Can we inherit a private class in c#?
Explain the types of Polymorphism.
What is generic in c#?
What does an indexer do?