- Published on
KembaraXtra- Computer Terms – abstract data type:
An abstract data type defines a collection of values and the operations that can be performed on them without specifying how those operations are implemented. This encapsulation allows programmers to change internal representations without affecting the rest of the program and represents a bridge between procedural and object-oriented programming.
An abstract data type defines a collection of values and the operations that can be performed on them without specifying how those operations are implemented. This encapsulation allows programmers to change internal representations without affecting the rest of the program and represents a bridge between procedural and object-oriented programming.
0 Comments