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

What is the use of command Object?

3 Answers   Arigo Infotech, Microsoft,


Write the steps in Creating ActiveX Dll and Active Exe?

0 Answers  


What is the use of Hyperlink control for DHTML applications?

0 Answers  


What are the uses of List View Control?

0 Answers   Atul Auto,


What is ActiveX Document?

1 Answers  






What are the scope of the class?

0 Answers  


What is difference between procedural prog. Language

5 Answers  


Whats the advantages/disadvantages of using datacontrol vs DAO/ADO/RDO?

1 Answers   L&T, MAHINDRA, Teledata,


what are the Control Categories?

1 Answers  


Difference between Linked Object and Embedded Object?

2 Answers  


How can you Navigate from the DHTML application to another DHTML application? .

0 Answers  


how to get printout between two dates informations in datareport in vb6.0

1 Answers  


Categories