what is a function stub
like a skeleton or template for a function
what do function stubs contain
when are stubs used during development
when some functions need to be created and completed at a later time
what does a function stub not contain
the final implementation of the function in the code body
what does the correct interface with the rest of the code allow (FS)
allows the program to work before the implementation has been completed