Hi,
I have made som changes in my superclass constructor. Now I would like to update the signature of the subclasses. I cannot find an elegant way to do this?
Currently, I am saving the existing subclass constructor code, deleting the constructor, and finally creating the constructor again. This results in the question:
"Do you want to copy across the signature of the
superclass constructor?"
Any better ways to achieve this?
Thanks!
/Elvez