0

I want to have a visual class diagram of my classes to show their relationships using Visual Paradigm.
Some of my classes are inherited and also using an instance of other classes.
I just know how to draw classes in class diagram and don't know to show their relationships.

ehsan shirzadi
  • 4,709
  • 16
  • 69
  • 112

1 Answers1

0

use Italics named classes for interface
E.g
-----------------
Duck
-----------------

method1
method2

-----------------

Harry
  • 1,572
  • 2
  • 17
  • 31