what is data Abstraction? and give example
Answer Posted / parvathi
Data Abstraction increases the power of programming language
by creating user defined data types. Data Abstraction also
represents the needed information in the program without
presenting the details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is pointer to array in c++?
What is an iterator?
What are the advantages of using pointers in a program?
What are the steps in the development cycle?
What is the hardest coding language to learn?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Do you know the problem with overriding functions?
Can we run c program in turbo c++?
explain the reference variable in c++?
How much maximum can you allocate in a single call to malloc()?
What can I use instead of namespace std?
Explain queue. How it can be implemented?
what are Operators and explain with an example?
Is c++ still being used?
Is it possible to use a new for the reallocation of pointers ?