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 is the difference between a "copy constructor" and an "assignment operator" in C++?

1030


Which is best c++ or java?

1045


What is constructor and destructor in c++?

1065


Are php strings immutable?

997


What is pair in c++?

1013


Explain the isa and hasa class relationships.

997


How do we balance an AVL Tree in C++?

1100


What is c++ library?

1000


What are the advantages of using a pointer?

1028


What is the oldest programming language?

958


Why ctype h is used in c++?

921


What is the function to call to turn an ascii string into a long?

1009


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

1005


What are vectors used for in c++?

1028


List the types of polymorphism in c++?

1061