Object Types cont.
¥Each subclass C inherits (includes) all of the members of its superclass. 
¥The declared members of C augment the inherited members with one exception: if C declares a method m with exactly the same name and types as an inherited method, then the new definition of m overrides (replaces) the inherited definition.