what is data Abstraction? and give example
Answer Posted / prasenjit chatterjee
Abstraction means that just represents the essential
feature of some thing without including much details.
So the data abstraction means that does't define the
internal structure of the data, but allows difference
operations on it. Such data types are called abstract data
type or (ADT), like stack queues are the example of an
abstract data type
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why iomanip is used in c++?
what are the iterator and generic algorithms.
What are the new features that iso/ansi c++ has added to original c++ specifications?
What are abstract data types in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Keyword mean in declaration?
What are manipulators used for?
Why can templates only be implemented in the header file?
What is auto used for in c++?
Explain how a pointer to function can be declared in C++?
What is a type library?
What is the use of vtable?
Which software is used to run c++ program?
What is the difference between #import and #include?
How do I make turbo c++ full screen?