UML

Oct 11, 2010 at 5:06am
Can someone help me with this? i don't know how to draw a class inheritance diagram for this class:

Class Dog is derived from Object and adds a member variable tail and member functions bark() and jump().
Last edited on Oct 11, 2010 at 5:06am
Oct 11, 2010 at 5:24am
I don't really know how I could help you without doing it for you. Just draw the boxes for each class with member functions inside with arrows and such for inheritance, following the UML rules.
Oct 11, 2010 at 9:12am
Oct 11, 2010 at 9:16am
This seems to be a typical homework. Try to google "url tutorial" or read http://edn.embarcadero.com/article/31863#classdiagrams, which I can advise for beginners.
Topic archived. No new replies allowed.