Solved

Which of the Following Can Potentially Be Changed When Implementing

Question 92

Multiple Choice

Which of the following can potentially be changed when implementing an interface?


A) The return type of a method in the interface.
B) The types of parameters of a method in the interface.
C) The name of a method in the interface.
D) You cannot change the name, return type, or types of parameters of a method in the interface.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions