Does inheritance in UML indicate just inheriting the attributes/operations, or also the links/associations?
Does inheritance in UML indicate just inheriting the attributes/operations, or also the links/associations?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s really going to depend on how the links/associations are declared: public, private or protected. Links and associations are commonly implemented using properties so any links/associations implemented as private would not be inherited however protected or public would be inherited.