I read the illustrated relationship as:Class A associated with class B
So,what is the meaning of :
1) +class B at the end of association
2)0..1
Now,how can I read the relationship?
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.
completely agree with @Wolfgang Fahl and @Idan Arye
Here some elaboration
1)your question touches the Association ends and in your case the
visibility (+)followed by role-name(class B)
2)to be more involved,look at the following class diagram:
customer may have many reservation
but each reservation owns by one customer
Hope this help you