Skip to content

Instantly share code, notes, and snippets.

@axel-andrade
Last active October 31, 2021 02:31
Show Gist options
  • Save axel-andrade/883497d50f7437a3138d6ed3fe17f3b6 to your computer and use it in GitHub Desktop.
Save axel-andrade/883497d50f7437a3138d6ed3fe17f3b6 to your computer and use it in GitHub Desktop.
class EmployeeRestaurant {
public function cook():void {
// method implementation here
}
public function takePlate(): void {
// method implementation here
}
public function removePlate(): void {
// method implementation here
}
public function takeCheck(): void {
// method implementation here
}
public function prepareDrinks(): void {
// method implementation here
}
public function verifySecurityCams(): void {
// method implementation here
}
public function controlCustomerEntrance(): void {
// method implementation here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment