January 2002
Beginner
1152 pages
25h 9m
English
Because the Framework Class Library contains classes in the true object-oriented spirit of that word, there are two primary ways you will find yourself using these base classes:
Black boxes that you can call into
Classes that you can inherit from and extend to craft your own functionality
The use of base classes as a black box is probably the primary path for most developers. In this mode, your code will be treating the class library as a simple API to get at core functions on your particular operating system.
Using the class library classes in this manner does not represent a departure from the programming model that Visual Basic developers are used to. ...
Read now
Unlock full access