Implementation of Data structure


There are three levels of implementation of data structures which are:



  1. The Abstract Level:– The abstract(or logical) level is the specification of the data structure-the "what" but not "how". At this level, the user or data structure designer is free to think outside the bounds of anyone programming language.
  2.  Application Level:– At the application of user level, the user is modeling real-life data in a specific context.
  3.  Implementation Level:– The implementation level is where the model becomes compatible, executable code.

You Might also view the following Related Posts

    For more other Posts: Click Here



    Popular posts from this blog

    MCQ of Structured Query Language(SQL) With Answer Set -2

    Solved MCQ on Stack and Queue in Data Structure set-1

    JDBC MCQ Interview Questions with Answers set-2