What is the difference between a Sub and a Function?
Answers were Sorted based on User's Feedback
Answer / suresh
Sub won?t return values
Fuction return values
Correct me If i was Wrong..
| Is This Answer Correct ? | 28 Yes | 3 No |
Answer / mukesh
A function accepts any number of parameters (possibly
zero), does something with them, and returns a value.
A subroutine is performs an action, but doesn't return a
value.
There are two differences between a function and a
subroutine:
A)How they are invoked. B)How they are accessed.
A function call has the following syntax ::function (arg1,
arg2, ...)
where: function -->Is the name of the function. arg1,
arg2, ... Are the arguments.
A subroutine call has the following syntax ::subroutine
(arg1, arg2, ... {outputfield|'format'})
where: subroutine -->Is the name of the subroutine. arg1,
arg2, ... Are the arguments.
{outputfield|'format'} Is the name of the output field or
its format.
In addition, on some platforms, the functions are available
immediately; whereas, the subroutines are available in a
special subroutine library that you must access.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / sneha wankhede
Sub won?t return values
Fuction return values
| Is This Answer Correct ? | 1 Yes | 0 No |
Does VB support object-oriented concepts? Explain..
What is Mask Edit and why it is used?
in ADO connection string if password is leave blank and all others are given. what will happen
what are the types of LockEdits in DAO?
Timer control contains ________ no. of events.
How to down load image properties.
What is view Port?
How can objects on different threads communicate with one another?
How do I remove/change the picture property of a control at design time?
Which property of textbox cannot be changed at runtime?
What is form in visual basic?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)