Skip to content

Commit

Permalink
Correção de imagens no Guia POO
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-Macedo1 committed Nov 23, 2023
1 parent 481532c commit c442a55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Instruções/Guia_POO.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A esse conceito damos o nome de **interface**. Uma interface nada mais é do que

<center>

<img src="../overrides/assets/images/Circuito_interno.jpg" width=600px>
<img src="../../overrides/assets/images/Circuito_interno.jpg" width=600px>

</center>

Expand All @@ -35,7 +35,7 @@ Um **objeto** é uma instância da classe. Mas o que isso significa na prática?

<center>

<img src="../overrides/assets/images/Classe_Objeto.jpg" width=600px>
<img src="../../overrides/assets/images/Classe_Objeto.jpg" width=600px>

</center>

Expand Down Expand Up @@ -109,7 +109,7 @@ Observe o esquemático a seguir:
<center>
<img src="../overrides/assets/images/Esquematico_get.jpg" width=600px>
<img src="../../overrides/assets/images/Esquematico_get.jpg" width=600px>
</center>
Expand Down Expand Up @@ -151,7 +151,7 @@ Assim, completamos o seguinte diagrama para a classe `Pessoa`:

<center>

<img src="../overrides/assets/images/Classe_final.jpg" width=600px>
<img src="../../overrides/assets/images/Classe_final.jpg" width=600px>

</center>

Expand Down

0 comments on commit c442a55

Please sign in to comment.