I have studied that abstract data types are the data types that are implementation-independent like a stack that has operations like push and pop and the user only know what these operations do without knowing implementation details I have read in my teacher workbook that derived data types are also those data types that are implementation-independent as they can be implemented in one or the other way are known as derived data types. These data types are normally built by the combination of primary or built-in data types and associated operations on them. For example stack queue list. Now my question is that then they have the same examples so what is the actual difference between them on which basis I can differentiate them.
2.1m questions
2.1m answers
60 comments
57.0k users