Link to home
Start Free TrialLog in
Avatar of pgilfeather
pgilfeather

asked on

Could someone please explain the default New() Procedure as in the example.

Could someone please explain the default New() Procedure as in the example. Or could you point me to a resource online that offers a good description and purpose of this New() procedure.
eg

Class MyClass

Public Sub New()
'Code...
End Sub

Public Sub MyProcedure1()
'Code...
End Sub

Public Sub MyProcedure2()
'Code...
End Sub

End Class
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial