0
What is the distinction between an abstract data type and implementation of data type
1 Antwort
+ 2
Please do not re-post the same question.
https://www.sololearn.com/Discuss/3088971/?ref=app
An abstract data type define WHAT behavior must be implemented but not HOW it is implemented. The HOW is realized in the derived data type.