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