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