Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

When is an interface "good"?

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


Please Help Members By Posting Answers For Below Questions

What is wrong in this statement?

1157


Explain 'far' and 'near' pointers in c.

1147


Can a pointer point to null?

1071


Is c still relevant?

1092


write a c program in such a way that if we enter the today date the output should be next day's date.

2199


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

1704


Which function in C can be used to append a string to another string?

1224


Add Two Numbers Without Using the Addition Operator

832


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.

2156


Explain what is the most efficient way to store flag values?

1232


Why is structure important for a child?

1105


What is a good data structure to use for storing lines of text?

1089


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1979


Explain function?

1097


Simplify the program segment if X = B then C ← true else C ← false

3023