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 / rohit shori

data abstraction
3 types:-

Physical level describes how a record (e.g., customer) is
stored.
Logical level: describes data stored in database, and the
relationships among the data.
type customer = record
name : string; street :
string; city : integer; end;
View level: application programs hide details of data
types. Views can also hide information (e.g., salary) for
security purposes.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer in c++ with example?

1071


Name the operators that cannot be overloaded in C++?

1050


Is java as fast as c++?

1098


When we use Abstract Class and when we use Interface?where we will implement in real time?

2178


Who discovered c++?

1043


Explain the difference between using macro and inline functions?

1125


When are exception objects created?

1075


Is multimap sorted c++?

1002


How does class accomplish data hiding in c++?

1172


What is linked list in c++?

1131


Do vectors start at 0?

990


What is a manipulative person?

1010


Define upcasting.

1034


Explain the concept of dynamic allocation of memory?

1089


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

1057