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 a class and an object c#?
Does c# support templates?
Why main method is static in c#?
Is void a class?
Should I make my destructor virtual?
Define a class and an object?
Can a abstract class have a constructor?
What is difference between list and ilist in c#?
What is the CTS, and how does it relate to the CLS?
What is global namespace in c#?
Can an interface extend a class c#?
Explain the use of Mutex in C#?
Why attributes are used in c#?
Can we have static indexer in c#?
Write the syntax for catching an exception in c#?