OOP

What is CallBack ?

Callback is Function is any excudeable code that is passed as an to argument to other code that is excepted to call back (execute)  the argument at a given time. This execution may be  immediate as in a synchronous callback, or it might happen at a later time as in an asynchronous callback.

Example

Leave a Comment