-->

Wednesday, April 3, 2013

What is the Difference between procedure and function in VB.NET

What is the Difference between procedure and function in VB.NET

(1)
Procedure: Procedure does not return a value.
Function : Function does return a value.

(2)
Procedure: Use 'sub' keyword for creating procedure
Function : Function use 'function' Keyword for creating function.





Read other related articles

Also read other articles

© Copyright 2013 Computer Programming | All Right Reserved