Difference Types of Procedures in VB?

Answers were Sorted based on User's Feedback



Difference Types of Procedures in VB?..

Answer / krithika

sub,function,property,operator,generic function

Is This Answer Correct ?    9 Yes 0 No

Difference Types of Procedures in VB?..

Answer / manjula

Sub and Function procedures

Is This Answer Correct ?    8 Yes 2 No

Difference Types of Procedures in VB?..

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

Post New Answer

More Visual Basic Interview Questions

How can you save and Get data from Clipboard/ Recordset object consists what?

0 Answers  


How would you run your ActiveX Document Dll?

0 Answers  


How to use advanced data-bound controls.

0 Answers  


How to find the current record position in data control?

2 Answers  


How to check the condition in Msgbox?

3 Answers  






What is Internet Explorer and its uses?

0 Answers  


1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report

0 Answers   Microsoft,


What is the difference between Object and Class?

2 Answers  


what are the Types of DBCombo boxes?

0 Answers  


How would you access objects created in ActiveX Exe and ActiveX D1T ?

0 Answers  


what is the Benefit of wrapping database calls into MTS transactions?

1 Answers  


How many ways we can access file using VB?

0 Answers  


Categories