(Choose 1 answer)
Which of the following statements is true?
A. An interface can only contain method and not variables
B. Interfaces cannot have constructors
C. A class may extend only one other class and implement only one interface
D. Interfaces are the Java approach to addressing its lack of multiple inheritance, but require implementing classes to create the functionality of the Interfaces.
Exit 48