@whats-in-name-KdgM7o
•
Oct 26, 2024
Oct 26, 2024
1.6K
Difference between abstract class and interface
Lets discuss differences between an interface and an abstract class in Java,to start with-
An abstract class can have non-abstract method but an interface cannot.