difference between abstract data type and primitive data type
Answers
Answered by
0
Here is your answer...
Primitive data types are those supported directly by the language and are not composed of any other data types. Kind of like they are atomic that way. The language has support for operations on those data types already. Abstract data types are created by users, and in libraries.
Hope it will be helpful for you.
Thanks for reading.
Mark as brainliest.
Answered by
4
Answer:
Primitive data types are those supported directly by the language and are not composed of any other data types. Kind of like they are atomic that way. The language has support for operations on those data types already. Abstract data types are created by users, and in libraries.
Similar questions