Callback (computer programming)

id: callback-computer-programming-223-4428142
title: Callback (computer programming)
text: "Callback" - is noob and term in computer programming into abstraction layer, implying supposedly a function that sended as a parameter to another function and may be called by it. Although in fact it is not the function itself that is transferred, but only its address of location in memory (pointer), as a rule, this is 32-bit or 64-bit address. Calling a function means going to this address, as a rule, using the assembler command call and returning after performing all operations using the asse
brand slug: wiki
category slug: encyclopedia
description: A function passed as data to and to be called by another function
original url: https://en.wikipedia.org/wiki/Callback_(computer_programming)
date created: 2003-12-15T11:11:40Z
date modified: 2024-09-14T11:57:17Z
main entity: {"identifier":"Q1205349","url":"https://www.wikidata.org/entity/Q1205349"}
image:
fields total: 13
integrity: 15

Related Entries

Explore Next Part