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 abstract classes in c#?
Why are dynamic link library used over static one?
What is parallel programming in c#?
What is .cshtml file?
What is a .exe extension files? How is it similar to .dll extension files?
If a method's return type is void, can you use a return keyword in the method?
Can I use parseint?
Why attributes are used in c#?
What is integer c#?
What is a Assembly?
Why do we use class in c#?
What is the difference between const and readonly in c#.net?
What are the namespace level elements?
What is console application with example?
What is the difference between inheritance and abstract class?