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
What is the cout in c++?
What does scope resolution operator do?
What is the use of data hiding?
what kind of projects are suitable for c and c++
Define a conversion constructor?
Explain object slicing in c++?
What is the difference between mutex and binary semaphore?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
How do you flush a buffer in c++?
What is the full form of ios?
Define private, protected and public access control.
What is c++ and its features?
Is c++ used anymore?
what is multi-threading in C++?
Define a pdb file.