Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 5 (Q.No. 6)
6.
Simple routines that programmers use as place holders while a system is being tested are called _____
stubs
stumps
holders
templates
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ayesha said:   5 years ago
A routine that doesn't actually do anything other than declare itself and the parameters it accepts. Stubs (small objects) are used commonly as placeholders for routines (functions) that still need to be developed. The stub contains just enough code to allow it to be compiled and linked with the rest of the program.

Post your comments here:

Your comments will be displayed after verification.