diff options
Diffstat (limited to 'files/pt-pt/glossary/wrapper/index.html')
-rw-r--r-- | files/pt-pt/glossary/wrapper/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/files/pt-pt/glossary/wrapper/index.html b/files/pt-pt/glossary/wrapper/index.html deleted file mode 100644 index dbc16d0857..0000000000 --- a/files/pt-pt/glossary/wrapper/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Wrapper -slug: Glossary/Wrapper -tags: - - CodingScripting - - Glossary - - Glossário - - Wrapper -translation_of: Glossary/Wrapper -original_slug: Glossário/Wrapper ---- -<p>Em linguagem de programação, tal como JavaScript, um <em>wrapper </em>é uma função destinada a chamar uma ou mais outras funções, às vezes apenas por conveniência, e às vezes adaptando-as para executar uma tarefa ligeiramente diferente no processo.</p> - -<p>Por exemplo, bibliotecas SDK para AWS são exemplos de <em>wrappers</em>.</p> - -<h2 id="Saber_mais">Saber mais</h2> - -<h3 id="Conhecimentto_geral">Conhecimentto geral</h3> - -<p>{{Interwiki("wikipedia", "Wrapper function")}} na Wikipédia (inglês)</p> - -<section class="Quick_links" id="Quick_Links"> -<ol> - <li><a href="https://developer.mozilla.org/pt-PT/docs/Gloss%C3%A1rio">MDN Web Docs - Glossá</a>rio - - <ol> - <li>{{Glossary("API")}}</li> - <li>{{Glossary("Class")}}</li> - <li>{{Glossary("Function")}}</li> - </ol> - </li> -</ol> -</section> |