Difference Types of Procedures in VB?
Answers were Sorted based on User's Feedback
Answer / krithika
sub,function,property,operator,generic function
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / manpreet singh
1.Sub procedure--which does not returns a value
2.Function procedure--return a value
3.event handling procedure
4.property procedure--also can contain code
but two types of general procedure used.
function procedure and sub procedure
example for Sub procedure
Private sub procedure_name(parameterlist)
......Action to be performed
End Sub
Is This Answer Correct ? | 1 Yes | 1 No |
What do you mean by Databound Controls? Explain.
Which method is used to write context Into file?
How do I program the Novell NetWare API from VB?
What is the use of OLE?
Types of Modal windows in VB.
Draw Sequence Modal of DAO and Explain?
What is passing by reference?
What are the types of line styles available in Treeview Control?
What is ActiveX Control?
What can you do with visual basic?
in ADO connection string if password is leave blank and all others are given. what will happen
What are the uses of List View Control?