What is the Difference between a sub and a function?
Answers were Sorted based on User's Feedback
Answer / abc
sub dose not return the value whereas function return the
value.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / zubair khan
SUB NOT RETURN THE VALUE WHERE FUNCTION RETURN THE VALUE.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kamlesh sharma
through sub keyword we define a procedure which never
return value
and function may return value
Is This Answer Correct ? | 1 Yes | 0 No |
Why use a singleton instead of static methods?
What is an extension method in c#?
What is scope c#?
How to open a new form on button click in Windows forms?
Can you have parameters for static constructors?
List the fundamental oop concepts?
what are the differences b/w structure and class?
What is namespace give the example?
What?s a delegate?
write a C# Program add two matrix ?
What is the difference between protected and protected internal?
What is boxing and unboxing in c#?