This document discusses software quality metrics for object-oriented systems. It proposes 9 metrics to measure important object-oriented concepts like methods, classes, coupling, and inheritance. 3 are traditional metrics applied to methods (cyclomatic complexity, lines of code, comment percentage), and 6 are new object-oriented specific metrics that measure weighted methods per class, response for a class, lack of cohesion, coupling between objects, depth of inheritance tree, and number of children. The document provides an overview of key object-oriented structures like classes, objects, inheritance, and messaging to support understanding and applying the proposed metrics.