What are the six design measurements of C-K metrics in OO?


What are the six design measurements of C-K metrics in OO?


Answer: They are a) weighted number of methods per class, b) depth of inheritance tree of the class, c) number of children of a class, d) coupling between objects, e) number of responses to a class message, and f) lack of cohesion among methods in a class