Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > class > heavyweight class |
| heavyweight class comparison table | |||
| Subject | is a kind of | is a subtopic of | has definition |
|---|---|---|---|
| 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 |
| heavyweight class | class | 6.12 - The Proxy Pattern | A class which is time-consuming and complicated to create instances of |
Next class: Java class Up: class Previous class: derived class