Abstract is something that will not contain the implementation details.
Data type is something clasification of data based on the characteristics.
So i believe that abstract data type is something that creates new data types to the programmer with some of the impelementations. is my understaing about ADT is correct?
Then i saw some of the ADT like String ADT, Stack ADT, etc. Why they are calling this as an ADT.
Can be create ADT?