Computer Science, asked by rohit6022001, 4 months ago

explain about Functions and Procedures in VB with suitable examples (10
mark questions)​

Answers

Answered by Sanjay7836
1

Answer:

A Function procedure is a series of Visual Basic statements enclosed by

the Function and End Function

statements. The Function procedure

performs a task and then returns

control to the calling code. ... You can

define a Function procedure in a module, class, or structure.

Similar questions