Abstract Data Type
Let’s learn about abstract data types.
We'll cover the following...
Abstract data type
A logical description of the data and its operations is known as abstract data type (ADT). ADT is known as the user’s point of view of data. ADT is concerned about possible values of data and interfaces exposed by it. The ...