Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created January 18, 2023 14:27
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/140c511dc781acb99fa1dd54c948b985 to your computer and use it in GitHub Desktop.
Save alibahaaa/140c511dc781acb99fa1dd54c948b985 to your computer and use it in GitHub Desktop.
interface AbstractFactory {
fun createProductA(): ProductA
fun createProductB(): ProductB
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment