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

Which is the best c++ software?

1056


How can I learn dev c++ programming?

995


How to declare a pointer to an array of integers?

1094


What is object in c++ example?

1060


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

991


What is setbase c++?

1072


What is data hiding c++?

1010


Explain the pure virtual functions?

1071


How do you sort a sort function in c++ to sort in descending order?

949


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

1096


Do vectors start at 0 c++?

997


Differentiate between the message and method in c++?

1036


What is friend class in c++ with example?

967


What's the hardest coding language?

962


What is pure virtual function?

1036