|
inheritance basic.
Hi all,
Please bear with me. i have a question regarding inheritance.
1. a superclass having more than one constructor
2. sub class implements just default constructor ( with no arguements ).
is this legal to instantiate sub-class by passing parameters since the constructor with such arguements is provided in superclass, ?
thanks
|