Math, asked by Haritha8041, 11 months ago

Abstract data type used to represent many to many relation

Answers

Answered by Anonymous
2

Hey Bebs

Here is Your Answer

Quetion:- Abstract data type used to represent many to many relation

Answer:- Plex & Graph

Hope its helps

#BadnamBaba

Answered by Jasleen0599
0

Abstract data type used to represent many to many relation

  • A good abstract data type must be representation independent, which is crucial. As a result, changes to its implementation (the actual data structure or data fields used to create it) have no bearing on code used outside of the abstract type itself.
  • ADTs are data types that externally behave like other kinds while internally acting differently. An abstract type's behaviour may vary depending on the provider, where it behaves differently depending on the provider's implementation.
  • The application, the specification, and the implementation are the usual components of an ADT in C. The goal of the ADT is to improve programme maintenance, reuse, and portability by hiding the implementation specifics of a data structure.
  • An abstract data type (ADT) is a mathematical representation of a data type in computer science. A data type is characterised by the behaviour (semantics) it exhibits when viewed from the perspective of a user, specifically in terms of the potential values, operations that may be performed on this type of data, and the behaviour of those actions.

#SPJ2

Similar questions