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 wrong in this statement?
Explain 'far' and 'near' pointers in c.
Can a pointer point to null?
Is c still relevant?
write a c program in such a way that if we enter the today date the output should be next day's date.
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Which function in C can be used to append a string to another string?
Add Two Numbers Without Using the Addition Operator
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Explain what is the most efficient way to store flag values?
Why is structure important for a child?
What is a good data structure to use for storing lines of text?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain function?
Simplify the program segment if X = B then C ← true else C ← false