Posted By:
Bo_An
Posted On:
Thursday, April 9, 2009 03:45 AM
I have situation where I should move some common code accross the common classes. All these classes are extending the same class.
Now, as per my requirement I cant move the common code from all these child classes to the extending classes. Because If I did like that, which ever class will extend the parent class will get visibility of other classes too. So please help me is there any other solution.