Difference Types of Procedures in VB?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you Create a Query Builder and Explain its uses

1416


What is instantiating?

1599


What is the use of NEW Keyword? Explain.

1537


What is understand in resource tracking?

654


How do I make the mouse cursor invisible/visible?

903






What are 3 main differences between flexgrid control and dbgrid control?

1848


What is rdo in vb?

514


Which method is preferred to save datas like database?

1458


which property used to add a menus at runtime?

1443


What is ActiveX Dll and ActiveX Exe?

1708


What is the current version of Visual Basic for Windows?

1096


How do I add a form in visual basic?

495


What is Seek Method which type of record set is available this?

1483


what are the Types of Resultsets?

1636


Explain the creation project schedule.

571