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 happens if a header file is included twice?
Write a program to find the biggest number of three numbers in c?
When should the const modifier be used?
What is a const pointer?
Explain how do you list a file’s date and time?
Can we compile a program without main() function?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
What is the full form of getch?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
program to find the ASCII value of a number
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?