show/hide this revision's text 2 deleted 35 characters in body

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"

    Post Made Community Wiki by Community
show/hide this revision's text 1

Also keep in mind not to get swept away in OO ([see blog][1]) 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"