Answer Posted / abalonesoft
When it provides a simplified view of a chunk of software,
and it is expressed in the vocabulary of a user (where a
"chunk" is normally a class or a tight group of classes, and
a "user" is another developer rather than the ultimate
customer).
The "simplified view" means unnecessary details are
intentionally hidden. This reduces the user's defect-rate.
The "vocabulary of users" means users don't need to learn a
new set of words and concepts. This reduces the user's
learning curve.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is scope rule of function in c?
What is structure padding in c?
Define Spanning-Tree Protocol (STP)
Explain how can you be sure that a program follows the ansi c standard?
write a c program for swapping two strings using pointer
Explain enumerated types in c language?
What are comments and how do you insert it in a C program?
What is line in c preprocessor?
Define and explain about ! Operator?
What is character set?
What is the difference between pure virtual function and virtual function?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the purpose of the statement: strcat (S2, S1)?
Where local variables are stored in c?