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
How can you force derived classes to provide new method implementations for virtual methods?
What are the three types of predicates?
What is COM Interoperability?
What is the difference between int16 and int32 in c#?
Is c# good for games?
Can we customize the serialization process?
What are boxing and unboxing?
Define property in c#.net?
In dynamic link library, which api is used for load library?
Who is a accessibility modifier “protected internal†available to ?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is delimiter in c#?
What is c-sharp (c#)?
What namespace is list in c#?
What does void do in unity?