Answer Posted / manish
All of you are right!
However one more categorization can be done depending on
RETURN of METHOD.
INTERROGATIVE - HAS SOME RETURN value (FUNCTIONS in VB.NET)
IMPERATIVE - NOTHING TO RETURN BUT JUST SOME EXECUTION (SUB
in VB.NET and VOID RETURN TYPE METHODS IN C#)
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the difference between func and action delegate?
Is list passed by reference c#?
Explain about multithreading?
What is difference between gridview and form view?
What does addressof operator do in background ?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is the difference between null and string empty in c#?
Define strong name in c#?
How do generics work in c#?
Is namespace a class?
What are different types of classes in c#?
How do I use the 'using' keyword with multiple objects?
What does exclamation mark mean c#?
What is the use of console application in c#?
What are Uses of CLR