The Inherited keyword is used to call the parent constructor or destructor method, as appropriate, for the current class. // Full Unit code.
|
Fruit is a fruit Banana is a fruit Pink Lady is a fruit Pink Lady is an apple |
The Inherited keyword is used to call the parent constructor or destructor method, as appropriate, for the current class. // Full Unit code.
|
Fruit is a fruit Banana is a fruit Pink Lady is a fruit Pink Lady is an apple |