what is data Abstraction? and give example
Answer Posted / mahmud hasan
Data abstruction is a process of representing the essential
features without including the background details or
explanations.
The concept of data abstruction relates to the idea of
hiding data that is not needed for presentation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is lambda in c++?
What is static in c++?
What is the default width for ouputting a long integer using the insertion operator?
Write about all the implicit member functions of a class?
What is the best c++ ide?
Is c++ high level programming language?
Difference between a homogeneous and a heterogeneous container
What gives the current position of the put pointer?
What are the advantages of c++? Explain
What is rtti in c++?
What is == in programming?
How do we balance an AVL Tree in C++?
What causes a runtime error c++?