When is an interface "good"?
Answer / 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 |
What is a function simple definition?
What do you mean by recursion in c?
Write a program that his output * *** *****
in iso what are the common technological language?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
What are the characteristics of arrays in c?
Which is better between malloc and calloc?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
define string ?
What is c basic?
a c code by using memory allocation for add ,multiply of sprase matrixes