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 are some characteristics of an array?
What is virtual class in C#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What does dbml mean in texting?
What is asynchronous one-way calls?
What is the use of partial methods?
What is ioc containers c#?
In a single .NET DLL how many classes it contains?
Differentiate between object pooling and connection pooling in c#?
What is binary search tree in data structure?
What is before string in c#?
What is the use of ispostback in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is difference between a type and class?
What is the difference between interface and functional interface?