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

what is data Abstraction? and give example

Answer Posted / sayed waseem tutorails phd fro

Data abstraction is any device that allows you to treat data
as humans encounter it rather than as it is stored on machine.

At the lowest level, all primitive data types are
abstractions -- as programmers, we don't usually have to
deal with data at the bit level (which is how it is
ultimately stored) but as integers, floating point numbers,
characters, etc.

We then add layers onto that abstraction -- maybe two
integers represents a Point, or we and enumerations to
represent the months of the year, days of the week, etc.

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 two main roles of operating system?

1125


What is insertion sorting?

1162


Explain the uses oof nested class?

1193


what is the use of void main() in C++ language?

1170


What are the five basic elements of a c++ program?

1163


Can user-defined object be declared as static data member of another class?

1076


Do class method definitions?

1095


What is abstraction with real time example?

1206


What is the hardest coding language to learn?

1088


Are php strings immutable?

1110


What is private inheritance?

1144


Why do we use constructor?

1114


Explain differences between alloc() and free()?

1210


How do you generate a random number in c++?

1151


What is the type of 'this' pointer?

1060