Object Oriented Software Engineering View all facts Glossary Help |
subject > process > design > class design |
class design comparison table |
Subject | is a kind of | has definition |
---|---|---|
design | process | The problem-solving process whose objective is to find and describe a way to implement the system's functional requirements, while respecting the constraints imposed by the non-functional requirements, and while adhering to general principles of good quality |
class design | design | The design of the various features of classes such as associations, attributes, interactions and states |
Next design: database design Up: design Previous design: bottom-up design