ADT
From APIDesign
(Difference between revisions)
m (Abstract Data Type moved to ADT: In need of a shorter URL) |
Revision as of 06:55, 8 October 2018
ADT stands for Abstract Data Type - an API design style where one knows operations for a type, but not their actual implementation. In contrary to OOP, the right operation isn't derived from the actual object - rather it is associated with the whole algorithm that operates on provided data.