What is the difference between procedure and functions in VB?
Answer Posted / julie
procedure is a block of statements which performs a
particular task.In vb, procedures can be classified into
subroutines and functions.
Both subroutines and functions are block of statements.
The main difference between functions and subroutines is
that functions will execute some statments and return a
value. But subroutines will never return a value.
Both functions and subroutines can accept parameters.
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
What is the use of Data Form Wizard?
How can you Add API functions to your Application?
What is meant by Establish Connection in RDO?
which property of menu cannot be set at run time.
Types of Resultsets.
____ property of menu cannot be set at run time.
Explain the working of templates?
Write the Steps in Creating an ActiveX Control?
What is hyperlink?
How can you Navigate from the DHTML application to another DHTML application? .
How do I change the color of a form in visual basic?
How to use hyperlink?
What is vbs file?
Where can I get updated VB and other Microsoft files?
How would you Create a Query Builder and Explain its uses ?