Minimize the number of different routines called by a class. One study found that the number of faults in a class was statistically correlated with the total number of routines that were called form within a class (Basili, Briand, and Melo 1996). The same study found that the more classes a class used, the higher its fault rate tended to be. These concepts are sometimes called "fan out".
Code Complete - Steve McConnell, page 150 paragraph 4