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 do you mean by Databound Controls? Explain.

1 Answers  


Which method is used to write context Into file?

0 Answers  


How do I program the Novell NetWare API from VB?

0 Answers  


What is the use of OLE?

0 Answers   IBM,


Types of Modal windows in VB.

1 Answers  






Draw Sequence Modal of DAO and Explain?

0 Answers  


What is passing by reference?

1 Answers  


What are the types of line styles available in Treeview Control?

0 Answers  


What is ActiveX Control?

1 Answers   Infosys,


What can you do with visual basic?

0 Answers  


in ADO connection string if password is leave blank and all others are given. what will happen

1 Answers   eFunds,


What are the uses of List View Control?

0 Answers  


Categories