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


Please Help Members By Posting Answers For Below Questions

What is an inline function in c++?

622


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1641


What is the difference between the functions rand(), random(), srand() and randomize()?

723


What is the difference between struct and class?

733


What are the rules for naming an identifier?

553






Is it possible to have a recursive inline function in c++?

547


How a new element can be added or pushed in a stack?

577


Is c++ still in demand?

630


What are guid?

681


What are the important differences between c++ and java?

593


Which software is used for c++ programming?

610


Which of the following is evaluated first: a) && b) || c) !

1796


How do you decide which integer type to use?

572


Which sort does c++ use?

576


What is the syntax for a for loop?

593