Visual Basic 2005 Classes

PowerDesigner models Visual Basic 2005 classes as standard UML classes, but with additional properties.

For information about creating and working with classes, see Classes (OOM).

The following specific classes are also supported in PowerDesigner:


Public MustInherit Class Customer
 Private Name As Char
 Private ID As Integer
End Class

Public NotInheritable Class FinalClass
 Private At1 As Object
 Private At2 As Object
End Class