Prev Next

Java / Abstract Class

Can abstract class implement an interface in Java?

Yes, an abstract class can implement the interface by using implements keyword. Since they are abstract, they don’t need to implement all methods.

More Related questions...

Show more question and Answers...


Comments & Discussions