What is stub function. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
28th Aug 2018, 11:44 AM
Maninder $ingh
Maninder $ingh - avatar
2 ответов
+ 2
A Stub Function is a piece of code used to stand in for some other programming functionality for an example Stubs are used commonly as placeholders for implementation of a known interface, where the interface is finalized/known but the implementation is not yet known/finalized. The stub contains just enough code to allow it to be compiled and linked with the rest of the program
28th Aug 2018, 12:16 PM
Nkumbulo Ndlovu
Nkumbulo Ndlovu - avatar
0
stub is used on client site to communicate with skelton on server site
29th Aug 2018, 5:26 AM
Malik Honey
Malik Honey - avatar