S
Sune Hansen
Hi all,
All constructors must have different signatures, but sometimes come upon a
situation where I would like to create to constructors with the same
signature - i.e.:
Public Sub New(integer1 as Integer)
End Sub
Public Sub New(integer2 as Integer)
End Sub
I guess this is a situation a lot of developers knows and I was wondering
what everone else does in such a situation and if there is some kind of best
practice that one should use?
Regrads,
Sune
All constructors must have different signatures, but sometimes come upon a
situation where I would like to create to constructors with the same
signature - i.e.:
Public Sub New(integer1 as Integer)
End Sub
Public Sub New(integer2 as Integer)
End Sub
I guess this is a situation a lot of developers knows and I was wondering
what everone else does in such a situation and if there is some kind of best
practice that one should use?
Regrads,
Sune