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 areTypes of compatability in VB and their usage ?

4 Answers   MBT,


What is the difference between ANSI and UNICODE strings when passed as arguments to a DLL?

3 Answers  


Write the Steps in Creating an ActiveX Control?

0 Answers  


What are the uses of List View Control?

0 Answers   Atul Auto,


Types of LockEdits in DAO? 51 .Types of Recordsets.

0 Answers  






How would you attach pictures in column headers of List View Control?

0 Answers  


what are the Controls which do not have events ?

1 Answers  


What is the use of ActiveX Documents?

0 Answers  


What is DBFailError?

1 Answers  


Is visual basic c#?

0 Answers  


What is meant by building a recordset.

0 Answers  


What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?

0 Answers   Wipro,


Categories