May 2010
Intermediate to advanced
1272 pages
61h 18m
English
In the .NET terminology, method is the word that represents procedures in other programming languages; basically a method is a member that performs an operation. Methods are of two kinds: Sub (which does not return values) and Function (which instead returns a value). The following are minimal examples of methods:

This book makes intensive use of methods, so detailed descriptions on implementations are provided across chapters.
Read now
Unlock full access