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 do you mean by storage classes?

1500


Write a program to find the Fibonacci series recursively.

1024


If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

1443


Can java be faster than c++?

1108


What does it mean to declare a member function as virtual?

1012


How many namespaces are there in c++?

1010


What are the two types of comments, and how do they differ?

1050


Define basic type of variable used for a different condition in C++?

1047


Name the debugging methods that are used to solve problems?

1037


How can I disable the "echo" feature?

1089


What is the extraction operator and what does it do?

1032


What is polymorphism in c++? Explain with an example?

986


What are the differences between malloc() and calloc()?

1107


What is virtual table?

1051


How many characters are recognized by ANSI C++?

1359