Skip to content

Commit

Permalink
Update 3.1.4.AbstractFactory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GG555-13 authored Aug 16, 2024
1 parent 9771a64 commit 56be8e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Cliente se comunica com a classe geradora RoupaFactory que gera outras classes f
<h6 align = "center">Figura 1: Diagrama de classes Abstract Factory</h6>

### 3.2 Código
[Link de demostração do Código](https://youtu.be/G5a0uxGprmk)

Aqui está um exemplo simples de implementação do padrão Abstract Factory em Python no contexto do diagrama UML:

Expand Down Expand Up @@ -141,3 +142,4 @@ Isso demostra que o código está funcionando no padrão do Abstract Factory,per
| 1.1 | Texto introdutório | [RodrigoWright](https://github.com/RodrigoWright) | [Guilherme Oliveira](https://github.com/GG555-13) | 24/07/2023 | 24/07/2023 |
| 1.2 | Texto e diagrama de classes | [RodrigoWright](https://github.com/RodrigoWright) | [Guilherme Oliveira](https://github.com/GG555-13) | 24/07/2023 | 24/07/2023 |
| 1.3 | Código e Resultado | [Guilherme Oliveira](https://github.com/GG555-13)| [RodrigoWright](https://github.com/RodrigoWright) | 25/07/2023 | 25/07/2023 |
| 1.4 | Adição da demostração do código | [Guilherme Oliveira](https://github.com/GG555-13) | | 16/08/2024 | |

0 comments on commit 56be8e4

Please sign in to comment.