Skip to content

Commit

Permalink
Merge pull request #254 from thenicolau/fix/ajustando-definicao-polim…
Browse files Browse the repository at this point in the history
…orfismo

feat: melhorando e dando exemplo de polimorfismo
  • Loading branch information
levxyca authored Dec 2, 2024
2 parents 0f40ea4 + b1bc889 commit c780b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/data/cards_pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
{
"title": "Polimorfismo",
"tags": ["Conceito"],
"description": "O polimorfismo permite que objetos de diferentes tipos se comportem de maneira semelhante através de uma interface compartilhada."
"description": "O polimorfismo permite que objetos de diferentes tipos se comportem de maneira semelhante através de uma interface compartilhada, embora cada tipo possa responder de uma forma própria."
},
{
"title": "Ponteiros",
Expand Down

0 comments on commit c780b15

Please sign in to comment.