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 optimization in c?
What is cohesion and coupling in c?
Compare interpreters and compilers.
Write programs for String Reversal & Palindrome check
Do you know pointer in c?
What are the difference between a free-standing and a hosted environment?
Mention four important string handling functions in c languages .
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is the use of typedef in structure in c?
What does the format %10.2 mean when included in a printf statement?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Is fortran faster than c?
What is the process of writing the null pointer?
What is difference between main and void main?
How can you be sure that a program follows the ANSI C standard?