Answer to Question #149033 in Java | JSP | JSF for Rakan

Question #149033
Evaaluate three benefits of using implementation independent data structure
1
Expert's answer
2020-12-08T05:42:20-0500

The three benefits of using implementation independent data structure(abstract data structure)-

  • Efficient memory use: By the efficient use of data structure the uses of memory can be optimized. If the size of data is not sure then we can use linked list vs array data structure. If there is no more use of memory, then it can release.
  • Re usability: It can be reused, once we implemented a particular data structure, we can use it any other place. The implementation of the data structure can be compiled into libraries which can be used by different clients.
  • Abstraction: Data structures serves as the basis of abstract data types, the data structure defines the physical forms of ADT(Abstract Data Type).

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog