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
Explain one method to process an entire string as one unit?
When should overload new operator on a global basis or a class basis?
What is implicit pointer in c++?
Is c++ a high level language?
What operators can you overload in c++?
How can you specify a class in C++?
How do you declare A pointer to a function which receives nothing and returns nothing
What is late binding c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What can c++ be used for?
What is a pointer how and when is it used?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What do c++ programmers do?
What are disadvantages of pointers?