![]() |
subject > programming language construct > class > controller |
![]() ![]() | ||||
controller comparison table |
Subject | is a kind of | is a subtopic of | has definition | contain |
---|---|---|---|---|
class | programming language construct | 9.2 - Principles Leading to Good Design | A software module that provides both procedural and data abstraction. It describes a set of similar objects, called its instances | data associated with each object |
controller | class | 9.5 - Architectural Patterns | In the MVC architectural pattern, the class or classes used to control and handle the user's interaction with the view and the model | the objects that control and handle the user's interaction with the view and the model |
Next class: derived class Up: class Previous class: concrete class