public int increment() { // implement operation... return 0; } |
public void sum(int sum) { // implement attribute writer... } |
public int sum() { // implement attribute reader... return 0; } } // End _example_Count |
Implementer must complete these methods as CountImpl.java |