What is the difference between procedure and functions in VB?
Answer Posted / shivangi pandya(cojit -->sy
*....Procedure is a set of code,it simply performs the job
(work) which is assigned to it....Function accepts the
parameters & does the calculations.
*....Fuction return the value,....but procedure doesn't
return the value
*....while defin the procedure 'sub' keyword is
used...While defining the function,'function' keyword is
used.
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
what are the Types of Resultsets?
What is meant by Establish Connection in RDO?
Difference between Linked Object and Embedded Object?
How can I create a VBX?
Can you tell me the properties of the controls?
How do I call help files from a VB program?
How do I create a new form in visual basic?
What is Seek Method which type of record set is available this?
How can you save and Get data from Clipboard/ Recordset object consists what?
How can you filter out specific type of file using file system controls?
Why can't I use an index with my VB accessed database?
What is the default workspace?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
Explain Default cursor Type and LockEdits type in RDO?
Difference between Class Module and Standard Module?