May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Visual Basic, differently from other .NET languages such as Visual C#, does not provide the capability of creating shared classes; to accomplish this you have two alternatives: create a class the usual way and mark all members as shared, or you can create a module. Modules are a specific Visual Basic feature that work almost as shared classes (see Chapter 10, “Modules”).
Read now
Unlock full access