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 code reusability in c++?

1292


How will you call C functions from C ++ and vice-versa?

1193


Why we use #include conio h in c++?

1108


What is protected inheritance?

1098


Explain differences between new() and delete()?

1150


Which programming language is best?

1041


Is overriding possible in c++?

1066


What is jump statement in C++?

1214


What is token c++?

1093


What is a class definition?

1123


What is a constructor and how is it called?

1097


Can we inherit constructor in c++?

1146


What are advantages of using friend classes?

1131


Is arr and &arr are same expression for an array?

1103


What is functions syntax in c++?

1206