Talk:Errata
From APIDesign
(Difference between revisions)
(Erratum page 90) |
(→Chapter 6) |
||
Line 16: | Line 16: | ||
} | } | ||
</code> | </code> | ||
+ | |||
+ | [[User:Cordeo|Cordeo]] 21:47, 7 October 2010 (UTC) |
Revision as of 21:47, 7 October 2010
(Please discuss, review and move to main page if correct)
Chapter 6
page 90:
"... simply add the more complicated way of saying hello to its definition:
public abstract class HelloClass extends SimpleHelloClass { }
This change is ..."
should define the complicated sayHelloTo:
public abstract class HelloClass extends SimpleHelloClass { public abstract String sayHelloTo(String who); }
Cordeo 21:47, 7 October 2010 (UTC)