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 delegates and superdelegates?
What is datarelation c#?
What is an actual parameter?
What do you mean by expression tree?
Write a short note on interface?
What is tpl in c#?
What are the different types of literals in c#?
What is a Command Object in C#?
Is hashset serializable c#?
What is verbatim literal in c#?
Please explain the basic string operations used in c#?
Explain manifest in c#.
How do I simulate optional parameters to com calls?
Can arraylist hold primitive types?
what is the difference between the debug class and trace class?