hi!
   when i draw an association relation between two classes the code
generated in C++ is 
A{
B* the_B;
};

B{
A* the_A;
};

now suppose i change the relation ship to aggregation then the code
generated is
A{
B* Ba;
};

B{
A* the_A;
};
the code is basically the same except addition of "the" .so what is the
difference between aggregation and association.

shubhashish
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to