- Modularity The Source code for an object can be written and maintained independently of the source code for other objects.
- Factory an object whose purpose is to create other objects.
- Container an object that can contain other objects.
- Singleton object an object that is the only instance of its class during the lifetime of the program.
No comments:
Post a Comment