UML - Class inheritance, what do you inherit? -


Does the UML indicate the inheritance / operation in heritage, or links / associations to heritage?

It really depends on how links / associations are declared: public, private or Protected links and associations are generally implemented using properties, so no link / association is implemented privately, although they will not be preserved or they will not be inherited.

Comments