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 the size of structure in c?
Explain high-order and low-order bytes.
What does stand for?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
How is a structure member accessed?
What is the use of header files?
What are formal parameters?
What is assert and when would I use it?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......