Question: Which of the following interface methods are inherited by classes that implement the interface? (Choose two.) A. private methods B. private static methods C. default
Which of the following interface methods are inherited by classes that implement the interface? (Choose two.)
A. private methods
B. private static methods
C. default methods
D. static methods
E. abstract methods
F. final methods
Step by Step Solution
3.38 Rating (170 Votes )
There are 3 Steps involved in it
The correct answers are C default methods E abstract methods Explanation In Java when a class implem... View full answer
Get step-by-step solutions from verified subject matter experts
