November 2007
Beginner
954 pages
25h 7m
English
As a developer you've probably already created classes or at least heard about them. Classes are the code definitions for objects. The nice thing about a class is that you can use it to create as many objects as you need. For example, you might have a class that represents an XML file, which can be used to read some data. If you want to access multiple XML files at once, you can create several instances of your class, as shown in Figure 3-1. These instances are called objects.
Classes interact with each other with the help of three key ingredients:
Properties: Properties ...
Read now
Unlock full access