(responding to "Biniam Tesfu (PAC)")
> I am realy doubtfull when modelling the multiplicity between > responsibilty and operation(in designing classes) > Do I always have to map "one responsibilty to one operation"? > or? It is normal but by no means essential to map a responsibility to a single operation. Pragmatism rules - you map each responsibility to as many operations as you need to implement the current system. So, typically this will be one-to-one, but if you need to cut the responsibility another way, by all means do so. Paul Oldfield any opinions expressed herein are not necessarily those of Mentors of Cally ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
