B4J Question Overloading of constructor

avacondios

Active Member
Licensed User
Longtime User
Hi Erel,

As I know, we cannot overload the constructor of any class created by b4j. If I create the Initialize2, on my class, is it requiring to call the sub Initialize and then the sub Initialize2 ? or I can call directly the sub Initialize2 without to call the Initialize?
 
Top