Which of the following is not an attribute common to both abstract classes and interfaces?
B.
Abstract classes and interfaces can both contain static and abstract methods as well as static variables, but only an interface can contain default methods.
Option B is correct.