What is the difference between procedure and functions in VB?
Answer Posted / supriya shringi
A procedure is a set of code that does the work but
does
not return a value whereas a function accepts
parameters
and does the calculation and does return a value
back.
Funcion returns the value and proocedeur does not
return
the value
1.Procedure accept input output parameter But
function
accept only input parameter.
2. Function return the value but procuder not
return the
value.
3.Some Condition procedure return the value like
text,
ntext,timestemp data type value but function not
return
text,ntext,timestemp value
Procedure is a bundle of code it does not have
return type
Function Have return type and take only input
Parameater
procedure is block of statement that doesnot return
value,function is accept parameters and return
output
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ado data control in vb6 0?
How many File System Controls are there Explain?
What is the use of debug Window?
How to customize workgroup message?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
What about DLL calls that require callbacks?
Is visualvm free?
What are the types of API Types.
What is data binding in vb net?
What is dao in visual basic?
To.set the command button for ESC ___ Property has to be changed.
What is ODBC Direct and Microsoft Jet Database Engine ?
Is it possible to Access BackEnd procedures?
How can Visual Basic be used for server-side scripting?
What is the use of NEW Keyword? Explain.