Abstract Class vs Interface in Java
Difference between Abstract class and Interface
PointsAbstract ClassInterface
Type of MethodsCan have both abstract and concrete methodsCan have only abstract methods (until Java 7), from Java 8 can have default and static methods, and from Ja...
lcaohoanq.hashnode.dev1 min read