3

Someone please tell me how to draw a UML diagram for namespace.
My code has class uses functionality from a namespace and also namespace that uses functions from other namespace.
I cannot find a proper way to draw its UML diagram. Please guide a bit.
Thanks in advance

artem
  • 46,476
  • 8
  • 74
  • 78
Fiju
  • 416
  • 1
  • 5
  • 11

1 Answers1

6

Use a UML package and include those functions in that package.

Paul Evans
  • 27,315
  • 3
  • 37
  • 54