Methods can also be `#private`, living in the same hidden namespace as private fields and reachable only through `this.#name` within the class body. They are invisible to outside code and to reflection. Here run() delegates to #double, doubling 8 to 16.