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
Difference between machine.config and web.config?
How do you view the methods and members of a dll?
Do you know the difference between the stack and the heap?
Is .net an object oriented language? What are their components?
Differentiate between managed and unmanaged code?
What is marshling?
Explain what is immutability, what is it for and how is it codified?
Name the classes that are introduced in the system.numerics namespace.
How is threading done in .net?
Please tell us what is the difference between override and overload in a method?
What are the new thee features of com+ services, which are not there in com (mts)?
Explain soap and xml?
What is the root class in .net?
How to convert a .NET object into COM operabililty?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?