syntax in uml class diagram

Feb 1, 2016 at 12:02pm
i having problem to read attractions:Attraction[*] and Malls:string[*}
what is this mean?
Feb 1, 2016 at 2:58pm
It isn't clear what you mean. Can you please explain further.
Feb 1, 2016 at 5:59pm
do u familiar with UML class diagram?
Feb 2, 2016 at 12:30pm
Yes.
Feb 2, 2016 at 2:19pm
this 2 are the private data from the class, what is that mean?
Feb 2, 2016 at 2:28pm
You know that a class can have private members, and public members, right?
Last edited on Feb 2, 2016 at 2:28pm
Feb 2, 2016 at 4:02pm
In UML, this is an association.
Feb 2, 2016 at 5:26pm
i mean the data type how to implement is it array or pointers?
Feb 2, 2016 at 6:16pm
I am not clear on the details of the relationship is. If the relationship is association, you can implement that with a member, or a pointer. If it's a 0+ multiplicity, you'll end up using a collection of pointers.

I use the term pointer, but never use them directly, wrap them in unique_ptr or smart_ptr (or equivalents).

Also, never use arrays directly. Always use a container instead.
Feb 4, 2016 at 6:00am
any others people woh know this can comment?
Feb 4, 2016 at 10:31am
Can you be more specific about what you want to know? What is it that hasn't already been answered in this thread?
Feb 6, 2016 at 4:49pm
BE MORE SPECIFIC SHOW YOUR DIAGRAM
Feb 7, 2016 at 1:20am
my problem i already indicated on top
Feb 7, 2016 at 6:23pm
Its not clear enough, mike, be specific, and also learn how to ask questions here.
Feb 7, 2016 at 6:25pm
@RPA. Let's move on with our lifes, it's well known that @mike is trolling.
Last edited on Feb 7, 2016 at 6:25pm
Feb 7, 2016 at 7:01pm
True that.
Feb 10, 2016 at 12:36am
I am not trolling, i am asking serious question
Feb 12, 2016 at 2:52pm
Prove your worth by properly explaining to us.
Feb 12, 2016 at 4:36pm
So - the post accusing @mike9407 of being a troll is left here, but my post in which I try and explain to Mike why his posts are leading people to think he's a troll, in the hope that he can improve his posting style, is deleted?

That seems a rather... eccentric admin decision.
Topic archived. No new replies allowed.