Thank you very much for your suggestions Rille & Junilu.. unfortunately MyClass1 is Sun's
Java library class , so I cant(i dont want to) make lm object as super class member.
Making lm object static is a also a good idea. But(!), i have significant(around 10 lines) code to operate on lm object before passing it to super class. I can try to create lm object in my main program & pass it to MyClass2 constructor. That is simplest. But I am reluctant for this compromise. Also , making lm a class variable my bother my multi-threaded program.
Comments please .
Thanks & regards,
Sudhir