Reputation: 3
How can I show System class inheritance in a UML class diagram?
Example:
public class MyForm : Form
Form is the System class of c#
Upvotes: 0
Views: 907
Reputation: 36295
Use a generalization like this:
or this:
Upvotes: 1