Fill in the blanks:
It is possible to extend an ___ but not an ___.
B.
An interface can be extended by another interface and a class can be extended by another class, making the second part of Options A, C, and D incorrect.
Option B is correct because an enum cannot be extended.
Option C is also incorrect for this reason.