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 friend class?
When must you use a pointer rather than a reference?
How do you define a class in c++?
What is searching? Explain linear and binary search.
Is it possible to write a c++ template to check for a function's existence?
What is this pointer in c++?
What is a v-table?
What are the different types of comments allowed in c++?
What is encapsulation in C++? Give an example.
How does a C++ structure differ from a C++ class?
Can class objects be passed as function arguments?
Is java made in c++?
What is c++ coding?
How the keyword struct is different from the keyword class in c++?
What is the identity function in c++? How is it useful?