Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > class > controller
Next classderived class    Upclass    Previous classconcrete class   

controller comparison table
Subject is a kind of is a subtopic of has definition contain
classprogramming language construct9.2 - Principles Leading to Good DesignA software module that provides both procedural and data abstraction. It describes a set of similar objects, called its instancesdata associated with each object
controllerclass9.5 - Architectural PatternsIn the MVC architectural pattern, the class or classes used to control and handle the user's interaction with the view and the modelthe objects that control and handle the user's interaction with the view and the model

Next classderived class    Upclass    Previous classconcrete class