Q6
What is the purpose of the "implements" keyword in Java?
A.
To extend an abstract class
B.
To indicate a constructor
C.
To create an instance of a class
D.
To indicate that a class is implementing an interface
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board