Other examples
We also looked at the following examples:
- flag. The Flag class
shows several private methods used in constructing a flag.
Private methods are defined inside the class, but only used
inside the class (i.e., called essentially by this.m(...)).
- Dripper Another
example using active objects
- Banner2 Yet
another example using active objects.