CH 6: Inheritance
On page 190-191 (Beginning JSP 2.0), I'm trying to override the toString() method from the 'Object' superclass by adding a new toString() method in the 'TechnicalBook' subclass. After recompiling, I still cant override the orginal toString() method. Can anybody help?
Derek
|