Hello!
Im currently writing a class UML diagram in visio, and I have a problem...
If I have like this in vb code:
VB Code:
class Hello : inherits ArrayList class bye 'Implement class bye end class end class
HOW do I draw this in Visio? The class bye is a subclass of class hello, and class hello inherits ArrayList (should .NET classes be on a class diagram???)
Question nr 2:
if I have a class which has a method like this:
VB Code:
class Whatever public function(byval oHello as Hello) as string 'do something with oHello end function end class
How should I write the UML class diagram? should the Whatever class be a standalone class or should there be some kind of depencence between that class and the Hello chass?
I hope you understand the question
merry christmas
Henrik




Reply With Quote