Which one comes under Abstract Datatype?
int, string, double, class
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujeet SumanPosted Dec 21, 2015, 6:38 AM
Monalisa PriyadarsiniPosted Dec 21, 2015, 1:56 AM
Rajesh SinghPosted Dec 21, 2015, 1:08 AM
Ranjit PowarPosted Dec 21, 2015, 1:02 AM
Munesh SharmaPosted Dec 21, 2015, 1:02 AM
There are two parts to each ADT:
In general, there are many possible operations that could be defined for each ADT; however, they often fall into these categories:
Munesh SharmaPosted Dec 21, 2015, 1:02 AM
classes uses the concept of data abstraction , known as absract data type .
abstract data type is an older term to describe the concepts of stack and queues in terms of their functionality without describing their implementation .