xhtml
 

Classes

Now we are starting to get the heart of Object Oriented programming. It is all about how to design big programs. The source code of a big program is divided up into separate files called classes. When the program runs, each class is a blueprint for some objects.


Back