'. '

Talk:Errata

From APIDesign

Revision as of 21:47, 7 October 2010 by Cordeo (Talk | contribs)
Jump to: navigation, search

(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)

Personal tools
buy