What is the Difference between a sub and a function?
Answer Posted / raju chauhan
Like a Function procedure, a Sub procedure is a separate
procedure that can take arguments, perform a series of
statements, and change the value of its arguments. However,
unlike a Function procedure, which returns a value, a Sub
procedure can't be used in an expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is interface and abstract class in .net?
What is the difference between boxing and unboxing?
What is Code group in .Net with respect to CAS
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Tell us what is the difference between struct and class?
Explain me what is a design pattern and what is it for?
How to spawn a thread?
Describe session handling in a webform, how does it work and what are the limitations?
How do we access crystal reports in .net?
Name the classes that are introduced in the system.numerics namespace.
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Describe the use of following com+ services jit activation, queued components, object pooling.?
How big is the datatype int in .net?
Explain what does managed mean in the .net context?
Is .net front end or backend?