Content deleted Content added
IViscosity (talk | contribs) m Override is a capital O, Not lowercase. Tags: Mobile edit Mobile web edit |
Turbo pencil (talk | contribs) intro edit |
||
Line 1:
{{About|programming structure|wrapping in graphics|Wrapping (graphics)}}
A '''wrapper function''' is a [[subroutine]] in a [[Library (computing)|software library]] or a [[computer program]] whose main purpose is to call a second subroutine<ref>{{cite book |title=Using Visual Basic 6 |last=Reselman |first=Bob |author2=Peasley, Richard |author3=Pruchniak, Wayne |year=1998 |publisher=Que |isbn=9780789716330 |page=446 |url=https://books.google.com/books?id=X5ZQAAAAMAAJ&client=firefox-a&pgis=1 }}</ref> or a [[system call]] with little or no additional computation. Wrapper functions are used to make writing computer programs easier by abstracting away the details of a subroutine's underlying implementation.
== Purpose ==
|