Which of the following are the best reasons for creating a private interface method? (Choose two.) A.

Question:

Which of the following are the best reasons for creating a private interface method?
(Choose two.)

A. Add backward compatibility to existing interfaces.

B. Provide an implementation that a class implementing the interface can override.

C. Increase code reuse within the interface.

D. Allow interface methods to be inherited.

E. Improve encapsulation of the interface.

F. Allow static methods to access instance methods.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: