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
Explain about templates of C++.
What are abstract data types in c++?
Can I learn c++ in a week?
What is flush programming?
What are c++ files?
What is string in c++ programming?
Write about the local class and mention its use?
Why struct is used in c++?
Define anonymous class.
What c++ library is string in?
Describe private, protected and public – the differences and give examples.
What are the vectors in c++?
Why do we use classes in c++?
What will the line of code below print out and why?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0