May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Classes in .NET development represent objects whose declaration is enclosed within Class..End Class blocks. The following is an example of class declaration:
Class Person End Class
Classes are reference types (explained more in Chapter 4) and can expose members that influence the object’s behavior, such as properties and methods. Classes can implement interfaces and they can also be static (or Shared according to the VB terminology) and can provide support for inheritance.
Read now
Unlock full access