Snippets tagged “abstract-class”
1 snippet uses this tag.
- How should I have explained the difference between an Interface and an Abstract class?Java
An interface is a collection of abstract methods that define a set of functions that a class must implement.