class DevonshireCream { fn serveOn() { return "Scones"; } } print(DevonshireCream); print(DevonshireCream());