Lesson 3: Data Type vs Abstract Data Type
Data type is set of values and set of operations on those values. and the abstract data type is a data type whose representation is hidden from the client. Data Type (in this context) So, in this definition: This concept applies to both primitive data types (like integers or floats) and composite data types (like […]