What is the Difference between a sub and a function?
Answer Posted / digvijay
Sub is also function but never return the value and Function
must return the value.
Function is user defined and System define but sub is
keyworlds that defined by user.
function can be macro but Sub is Not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Using activex control in .net?
What is garbage collection in .net? Explain the garbage collection process?
Should I implement finalize on my class? Should I implement idisposable?
What is managed code in .NET?
Explain how does assembly versioning work?
What is WSDL? Explain its architecture?
What is difference between system.string and system.stringbuilder classes?
What is the use of design pattern?
What versions of .net are there?
Explain clr, cts and cls?
What operating systems does the .net framework run on?
What tools can I use to develop .net applications?
How is .net able to support a lot of languages?
what is the meaning silverligt control
Difference between class and interface in .net?