Response for a class
RFC
Measure
-- complexity of communication
- RFC(x) = | methods(x) \bigcup {{ m_y | x calls m_y }} |
Viewpoint --
if a large number of methods can be invoked in response
to a message, the testing and debugging of the object
becomes more complex
slide: Response for a class