what is data Abstraction? and give example
Answer Posted / hussey
Abstraction is a concept with which we can work without
going into detail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are c++ storage classes?
What does override mean in c++?
What do you mean by translation unit in c++?
What is a v-table?
What does new return if there is insufficient memory to make your new object?
Distinguish between a # include and #define.
How do we balance an AVL Tree in C++?
What does the linker do?
Why c++ is the best language?
How would you obtain segment and offset addresses from a far address of a memory location?
What is bubble sort c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Is there any function that can skip certain number of characters present in the input stream?
How would you find out if a linked-list is a cycle or not?
How to declare a pointer to an array of integers?