Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created January 18, 2023 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alibahaaa/02d343cb727a8f0aa3a529659526b0be to your computer and use it in GitHub Desktop.
Save alibahaaa/02d343cb727a8f0aa3a529659526b0be to your computer and use it in GitHub Desktop.
class ConcreteProductA : Product {
override fun use() {
// implementation
}
}
class ConcreteProductB : Product {
override fun use() {
// implementation
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment