Choose the false statement about Java Interfaces?
Select one:
a. Interfaces can have variables which can be changed by the implementing class
b. An Interface can extend or inherit another Interface.
c. A Java class can implement multiple interfaces
d. Interface contains only abstract methods by default.