What is the main difference between class and interface?
Class can’t have variables
Interface can be instantiated
Interface can’t have method bodies (pre Java 8)
Class has only abstract methods
This question is part of this quiz :