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

Why is c++ awesome?

580


What is malloc in c++?

559


What are the uses of typedef in a program?

616


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

609


Tell me can a pure virtual function have an implementation?

558






Can char be a number c++?

599


What is a storage class?

647


Define upcasting.

594


What are the rules about using an underscore in a c++ identifier?

636


Which is the best c++ compiler?

597


What are the 4 types of library?

600


What is the use of c++ programming language in real life?

569


What is the use of "new" operator?

661


Can a built-in function be recursive?

588


When does the c++ compiler create temporary variables?

575