Skip to content

Instantly share code, notes, and snippets.

@CarlosHenriqueDv
Created February 9, 2023 00:05
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 CarlosHenriqueDv/e5213c27189747f618cfcbd9a49eafa0 to your computer and use it in GitHub Desktop.
Save CarlosHenriqueDv/e5213c27189747f618cfcbd9a49eafa0 to your computer and use it in GitHub Desktop.
fábrica abstrata
public interface GuiFactory {
Painel criaPainel();
Botao criaBotao();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment