MET++
Object-oriented application framework
- project by University of Zurich
- supports the development of multimedia applications
- using reusable objects for 2D, 3D graphics , audio, video, etc.
Framework
- set of interconnected objects that provide the basic functionality of a working application
- can be easily specialized individual application
- subclassing and inheritance
- reuse of code as a class library, reuse of design structures
- similar dependencies between object are pre-implemented through predefined object composition, event dispatching and msg.. flow