I was wondering... you know how java has the ability for us to create a catch throw method for catching and handling exceptions?
Is there a way to write this once and have it apply to the entire program? Sure would be nice not to have to write it for each piece.
Perhaps if i put it in a master class file, and then make each proceeding class a subclass of that class?
And can you make a subclass of a subclass?
Is there a way to write this once and have it apply to the entire program? Sure would be nice not to have to write it for each piece.
Perhaps if i put it in a master class file, and then make each proceeding class a subclass of that class?
And can you make a subclass of a subclass?
Comment