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 pointer and structure in c?
When should structures be passed by values or by references?
Explain what are header files and explain what are its uses in c programming?
Why is structure important for a child?
What is variable initialization and why is it important?
What is the right way to use errno?
Is main is user defined function?
Explain the array representation of a binary tree in C.
What is assignment operator?
What is header file definition?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What would be an example of a structure analogous to structure c?
What is the use of linkage in c language?
Is array a primitive data type in c?