If I do not need to have a constructor that initialies any instance variables do I still to do something like the following or would it be 'implicit' as it would do in Java?
Anyway, do I need the
or is that automatic?
Code:
Public Sub New()
MyBase.New()
End Sub
Anyway, do I need the
Code:
MyBase.New()