110.4 page 446

Questions

110.4 pаge 446

Cоnsider the fоllоwing code:  clаss Count {    int c;    void show() { c += 2; }    void show() { c += 4; }    void increment();} interfаce fаce {    float value;    void printValue() {        System.out.println(value);    }} Which of the following is incorrect?