Computer Science, asked by sarfrajhussain1009, 1 year ago

Abstract data type used to represent many to many relationship

Answers

Answered by shatendra
0

Abstract Data Type in computing is a set of data along with a set of predefined operations. The actual data inside the ADT is protected from direct manipulation. The exposed operations is the only way to manipulate the data. In easier terms, it is very much like (though not limited) to the object.

Similar questions