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
What do you mean by storage classes?
Write a program to find the Fibonacci series recursively.
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?
Can java be faster than c++?
What does it mean to declare a member function as virtual?
How many namespaces are there in c++?
What are the two types of comments, and how do they differ?
Define basic type of variable used for a different condition in C++?
Name the debugging methods that are used to solve problems?
How can I disable the "echo" feature?
What is the extraction operator and what does it do?
What is polymorphism in c++? Explain with an example?
What are the differences between malloc() and calloc()?
What is virtual table?
How many characters are recognized by ANSI C++?