Object Oriented Software Engineering View all facts Glossary Help |
subject > responsibility > creating and initializing new instances |
creating and initializing new instances | ||||
subject | fact |
creating and initializing new instances | is a subtopic of 5.8 - The Process Of Developing Class Diagrams | |
is often given to some other class | ||
is often omitted from a model because the presence of such responsibilities can largely be inferred from the class diagram | ||
is a kind of responsibility | ||
responsibility | can be found by looking for verbs and nouns describing actions in the system description | |
is carried out by operation | ||
may require several operations but one public operation will be in charge, all others will be private | ||
must be attributed to a class |