Skip to content

Instantly share code, notes, and snippets.

@ismailgungor
Last active April 3, 2019 13:05
Show Gist options
  • Save ismailgungor/e0892028a64976ee6945aaa442d14783 to your computer and use it in GitHub Desktop.
Save ismailgungor/e0892028a64976ee6945aaa442d14783 to your computer and use it in GitHub Desktop.
class Cooker : Personnel {
override fun prepareProduct(name: String): Product {
// To Do something to get ingredients object by using name
.
.
.
return Product(ingredients)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment