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 OLEDB?
Explain Default cursor Type and LockEdit type in DAO?
What is the difference between change event in normal combobox and dbcombobox?
Why visual basic is used?
How do I make my applications screen-resolution independent?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
what are the Differences between ActiveX Control and Standard Control?
How do I do drag & drop between applications?
How would you create properties by using class Builder Wizard?
What is the latest version of visual basic?
How to find size of the file. Which method or function is used to occomplish this?
How do I change the color of a form in visual basic?
How do you avoid the "Invalid use of null" error when reading null values from a database?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
How to down load image properties.