what is data Abstraction? and give example
Answer Posted / anil bisht
an abstract data type (ADT) is an idealization of a set of
values, along with a set of functions and relations on these
values that together constitute a type. Simple examples
include Integers, Complexes, Sets, Lists, and so on.
Is This Answer Correct ? | 49 Yes | 89 No |
Post New Answer View All Answers
What is c++ flowchart?
What are pointers used for c++?
What do you mean by vtable and vptr in c++?
Which c++ operator cannot overload?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How do I use arrays in c++?
What is the history of c++?
How do c++ struct differs from the c++ class?
Can I create my own functions in c++?
Explain Memory Allocation in C/C++ ?
What is pointer to member?
Explain register storage specifier.
Is set c++?
Which is better turbo c++ or dev c++?
What is increment operator in c++?