class Repairing implements Occupation { public constructor() { } public work(): void { show("*fix* *fix* *fix*"); } }