Hi,
i inheritance to subclass from super ( global- se24)
and i have 2 constructors
1. CONSTRUCTOR - from the super
2.CLASS_CONSTRUCTOR - of the sub
i want to add parameters to Class constructor and i cant i get this Error (Class constructors and destructors do not have parameters and exceptions) way? the CONSTRUCTOR of the super have parameters .
Regards