Ok, number a) What is a 'present super subclass'?
number b) My superclass has very lengthy arrays and my program is designed for a mobile device. Therefore, I dont want to duplicate this data in anyway, ie by creating a new superclass instances.
number c) Is my question clear?
Baffled, Booris.
a) What is a 'present super subclass'?
If you what, u can put the required function from Present code (ie the code which you don't what to duplicate in a separate class) to one class if you wish, and try to create the object of the Newly written class in your new code for processing.
b) My superclass has very lengthy arrays and my program is designed for a mobile device.
Therefore, I dont want to duplicate this data in anyway,
ie by creating a new superclass instances.
Here i'am not asking you to extend the Superclass instead i am asking to create instance of the class.
c) Is my question clear?
I have partialy understood it will better if u explain me the sample code.
Is the changes for Develped code / Developing code
Regards
Suresh