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
Can c++ be faster than c?
Explain abstraction.
Why ctype h is used in c++?
What is fixed in c++?
What are the general quetions are in DEna bank manager IT/System interviews?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are different types of loops in c++?
Why #include is used?
What is binary search in c++?
Explain the virtual inheritance in c++.
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Why use of template is better than a base class?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is the best ide for c++?
What is object in c++ wikipedia?