I passed this exercise and the concept is pretty simple, but am wondering,
since the Animal class is in a different file altogether, how does Java know to get this class?
They are in 2 separate files. Can someone explain please in simple terms. Thanks in advance
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/learn-java/lessons/object-oriented-programming/exercises/inheritance?action=lesson_resume&link_content_target=interstitial_lesson
<In what way does your code behave incorrectly? Include ALL error messages.>
```