Home > Archive > Software Engineering > November 2004 > newbie - UML Class Diagrams
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
newbie - UML Class Diagrams
|
|
|
| Hi,
I have the following scenario:
Parent
Child_1 inherits Parent
Child_2 inherits Parent
Child_3 inherits Parent
I succeded to design these 4 classes in to the UML Class diagrams.
Now the application is to have a main class, the launcher(This makes
instances of the children). Is that included in the UML class
diagram.
Can someone help
Thanks in Advance
| |
| Tom Hester 2004-11-30, 8:58 pm |
| Xarky wrote:
> Hi,
> I have the following scenario:
>
> Parent
> Child_1 inherits Parent
> Child_2 inherits Parent
> Child_3 inherits Parent
>
> I succeded to design these 4 classes in to the UML Class diagrams.
> Now the application is to have a main class, the launcher(This makes
> instances of the children). Is that included in the UML class
> diagram.
>
> Can someone help
> Thanks in Advance
Yes, it would be an implementation class.
|
|
|
|
|