class A inherit I B redefine get_hash_code end feature get_hash_code: INTEGER is do Result := 5 end end