Skip to Content
0
Former Member
Sep 18, 2008 at 01:37 PM

inheritance questions

44 Views

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