0

can someone explain me what are ADT(abstract data types)

Comments
  • 10
  • 0
    @Fast-Nop This website was so good... was it yours?
  • 7
    @vedant-py No, I just like it a lot. It helps aspiring devs learning the most important dev skill these days.
  • 1
    @Fast-Nop @Fast-Nop Thanks I am also loving this website
  • 7
    Abstract data types are specific types of data that are abstracted.

    The most important part of these types is that they're abstracted types of data.

    Hope this helps.
  • 3
    Are you sure, that "ADT" does not mean "algebraic data types"? They are way more interesting...

    Because abstract data types are basically just declarations of some properties an implementing type would exhibit. An example are fully abstract classes and interfaces in OOP.
Add Comment