Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > class > view |
| view comparison table | |||||
| Subject | is a kind of | is a subtopic of | has definition | display | 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 | |
| view | class | 9.5 - Architectural Patterns | In the MVC architecture, the class or classes used to render the appearance of the data from the model in the user interface | the various controls with which the user can interact | objects used to render the appearance of the data from the model in the user interface |
Next class: abstract class Up: class Previous class: utility