Visual Basic (VB.NET) Procedures and Functions
In creating a modular program using Visual Basic.Net we always used Procedures and Functions. A procedure and function is a piece of code in larger program. They perform a specific task.
"The quick brown fox jumps over the lazy dog."
You would need to type it 44 times over and over again to print the same result. But if you store it in a variable, all you need to do is call that variable and display the same result.