Also keep in mind not to get swept away in OO ([see blog][1]see blog) and always model objects based on behavior required, if you were designing an app where the only behavior you required was a generic name and species for an animal then you would only need one class Animal with a property for the name, instead of millions of classes for every possible animal in the world.
[1]: http://www.indiangeek.net/2006/10/25/do-not-start-with-an-interface/"Do not start with an Interface"
