Which of the following can potentially be changed when implementing an interface?
Group of answer choices
a. The return type of a method defined by the interface.
b. The parameters of a method defined by the interface.
c. You cannot change the name, return type, or parameters of a method defined by the interface.
d. The name of a method defined by the interface.