Lord of the Rings Extended

class LordoftheRingsExtended extends LordoftheRings {
    LordoftheRingsExtended () {
        super();
        moreWalking();
    }
}
Vote up this code8