What is the correct answer?
4
abstract class xy { abstract sum(int x, int y) {} }
A. class header is not define properly
B. constructor is no defined
C. method is not defined properly
D. no error