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
Write a function that swaps the values of two integers, using int* as the argument type?
Is set c++?
What is the difference between a template and a macro?
What is the difference between a baller and a reference in C++?
Difference between a homogeneous and a heterogeneous container
Can we specify variable field width in a scanf() format string? If possible how?
Write my own zero-argument manipulator that should work same as hex?
What is function overriding in c++?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is size of string in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Using a smart pointer can we iterate through a container?
What are c++ tokens?
What is c++ 11 and c++ 14?
What is a dangling pointer in c++?