c# Programming Glossary: departments
implementation of composition and aggregation in C#? [closed] http://stackoverflow.com/questions/759216/implementation-of-composition-and-aggregation-in-c necessarily true. For example a university owns various departments e.g. chemistry and each department has a number of professors... has a number of professors. If the university closes the departments will no longer exist but the professors in those departments.. will no longer exist but the professors in those departments will continue to exist. Therefore a University can be seen as..
Difference between association, aggregation and composition http://stackoverflow.com/questions/885937/difference-between-association-aggregation-and-composition and teacher. A single teacher can not belongs to multiple departments but if we delete the department teacher object will not destroy...
|