So we've learned about the Main () method and how classes and namespaces work with it.

Fantastic! It makes perfect sense for the classes to be in the same namespace. Also, it makes their usage a lot more convenient.

If we use the Animal class without including a namespace at the beginning, doesn't that mean it has to have the same namespace as the Program class?