Explanation: Option B is correct because a method-local inner class can be abstract , although it means a subclass of the inner class must be created if the abstract class is to be used (so an abstract method-local inner class is probably not useful).