Results 1 to 3 of 3

Thread: Visio and VB.NET???

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602

    Visio and VB.NET???

    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:
    1. class Hello : inherits ArrayList
    2.      class bye
    3.      'Implement class bye
    4.      end class
    5. 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:
    1. class Whatever
    2. public function(byval oHello as Hello) as string
    3. 'do something with oHello
    4. end function
    5. 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
    Last edited by MrNorth; Dec 22nd, 2003 at 07:36 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width