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
What is data abstraction? How is it different from data encapsulation?
What are special characters c++?
Is c++ vector dynamic?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is std :: flush?
Define a nested class. Explain how it can be useful.
Out of fgets() and gets() which function is safe to use?
Why c++ is the best language?
What is dynamic and static typing?
Can I learn c++ without knowing c?
What happens if a pointer is deleted twice?
Why c++ is called oop?
Differentiate between an external iterator and an internal iterator?
How is modularity introduced in C++?
What is doubly linked list in c++?