Given: (Exhibit) Which statement is true about the Fox class? By Singh | December 31, 2022 0 Comment Given:Which statement is true about the Fox class? A. Fox class does not have to override the inhabit method if Forest and Town provide compatible implementations. B. Fox class must implement either Forest or Town interfaces, but not both. C. Fox class does not have to override inhabit method, so long as it does not try to call it. D. Fox class must provide implementation for the inhabit method. E. The inhabit method implementation from the first interface that Fox implements will take precedence. Correct Answer: A