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 dont need to implement all methods.
More Related questions...
Yes, an abstract class can implement the interface by using implements keyword. Since they are abstract, they dont need to implement all methods.
More Related questions...