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...

Answer Posted / shruthi

Data abstraction enforces a clear separation between the
abstract properties of a data type and the concrete details
of its implementation. The abstract properties are those
that are visible to client code that makes use of the data
type—the interface to the data type—while the concrete
implementation is kept entirely private, and indeed can
change, for example to incorporate efficiency improvements
over time. The idea is that such changes are not supposed to
have any impact on client code, since they involve no
difference in the abstract behaviour.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the four main data types?

1139


What are the two types of comments, and how do they differ?

1212


Is java based off c++?

1028


Write about the role of c++ in the tradeoff of safety vs. Usability?

1130


What is c++ and its uses?

1299


What does ios :: app do in c++?

1096


What is the function of I/O library in C++ ?

1271


Do the names of parameters have to agree in the prototype, definition, and call to the function?

1082


What is the hardest coding language to learn?

1089


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

1338


What are the rules about using an underscore in a c++ identifier?

1256


How do you save a c++ program?

1086


What are the implicit member functions of class?

1135


What is the purpose of extern storage specifier?

1258


Are vectors faster than arrays?

1056