What is OOD goodness criteria?

Object-Oriented Analysis Objects that don’t need information can’t get to it . Objects that do need information can get to it (i.e., either they have it, or they have an instance variable that points to an object that has it.) Responsibility, control, and communication is distributed. One object doesn’t do everything.

Read more