| Home | Previous Lesson: Course 3:: Session 24 :: Page 30 Next Lesson: Course 3:: Session 24 :: Page 50 |
| General Purpose
Classes Classes that place all potentially required functionality into one ancestor class belongs to this category. That means methods are defined for any possible functionality for that object. When the developer use this class, he turns on and off the functionality in one of the following ways:
A typical example of a general purpose class is a DataWindow with all the functionality as shown in the following picture:
There are a few disadvantages with the general purpose classes:
|
| Home | Previous Lesson: Course 3:: Session 24 :: Page 30 Next Lesson: Course 3:: Session 24 :: Page 50 |