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

How can a called function determine the number of arguments that have been passed to it?

1152


What are the extraction and insertion operators in c++?

1013


What are the advantages of using const reference arguments in a function?

1085


What is difference between array and vector in c++?

1041


Write a program to find the Fibonacci series recursively.

1079


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

1155


Can we sort map in c++?

1026


What is name hiding in c++?

1171


What is the difference between an external iterator and an internal iterator?

1115


How the keyword struct is different from the keyword class in c++?

1049


How do I make turbo c++ full screen?

1075


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

1129


Can a class be static in c++?

1109


What is pointer -to-members in C++? Give their syntax?

1039


Can we define a constructor as virtual in c++?

1148