UML

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
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.
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.