Home »
MCQs »
Java MCQs
The 'implements' keyword is used to ___
68. The 'implements' keyword is used to ___.
- Implement the function of a class
- Inherit an interface in Java
- Inherit a class in java
- All of these
Answer: B) Inherit an interface in Java
Explanation:
The implements keyword is used to inherit an interface in Java.