diff options
Diffstat (limited to 'files/pt-pt/glossary/wrapper/index.html')
-rw-r--r-- | files/pt-pt/glossary/wrapper/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/files/pt-pt/glossary/wrapper/index.html b/files/pt-pt/glossary/wrapper/index.html new file mode 100644 index 0000000000..534568d817 --- /dev/null +++ b/files/pt-pt/glossary/wrapper/index.html @@ -0,0 +1,32 @@ +--- +title: Wrapper +slug: Glossário/Wrapper +tags: + - CodingScripting + - Glossary + - Glossário + - Wrapper +translation_of: Glossary/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> |