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 ios flag in c++?
Explain the static member function.
What is a dynamic binding in c++?
Is c++ vector dynamic?
What are the basic data types used in c++?
Can I learn c++ without c?
What are abstract data types in c++?
How to demonstrate the use of a variable?
What is the difference between structures and unions?
What is a type library?
Will the following program execute?
When there is a global variable and local variable with the same name, how will you access the global variable?
Difference between struct and class in terms of access modifier.
Write a program to concatenate two strings.
What are the advantages of pointers?