Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (7k points)

I have trouble understanding implements keyword in Java. Can someone help me with this?

1 Answer

0 votes
by (13.1k points)

Concrete class and abstract class can extend another concrete class or abstract class and can implement an interface.

An interface can only extend another interface, it cannot extend any class.

So, If you strictly refer to implements keyword, then concrete classes and abstract classes can be interfaces. The rest of the cells should be False.

Want to learn Java? Check out the Java certification from Intellipaat.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
2 answers
asked Mar 29, 2021 in Java by dev_sk2311 (45k points)

Browse Categories

...