what is data Abstraction? and give example
Answer Posted / byomakesh panda
The characteristics that allows program-data independence
and program-operation independence is called Data
Abstraction.
| Is This Answer Correct ? | 61 Yes | 89 No |
Post New Answer View All Answers
What is a pointer with example?
what are the iterator and generic algorithms.
How do I use turbo c++?
Why main function is special in c++?
Write a Program for find and replace a character in a string.
What is a wchar_t in c++?
Write about the local class and mention its use?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is public, protected, private in c++?
Write about the scope resolution operator?
Do you know what are pure virtual functions?
How to declare an array of pointers to integer?
What's the order in which the local objects are destructed?
What's the order in which the objects in an array are destructed?
How do you traverse a btree in backward in-order?