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 Dataware Control?

1 Answers  


Is there a way to break long lines in VB code?

0 Answers  


How many ways we can access file using VB?

0 Answers  


What is the difference between a Sub and a Function?

3 Answers  


How to control the file?

0 Answers  






What is the difference between <F8> and <Shift-F8> when debugging?

2 Answers  


What is the use of Hyperlink control for DHTML applications?

0 Answers  


It is possible to access Text (x.txt) files? Explain.

1 Answers   TCS,


what is the diff between inprocess and out of process ?

1 Answers  


Is the Variant type slower than using other variable types?

0 Answers  


How can you save and Get data from Clipboard?

1 Answers  


How do I create a window with a small title bar as in a floating toolbar?

0 Answers  


Categories