What is the advantage of an ADT?

➢ Change: the implementation of the ADT can be changed without making changes in theclient program that uses the ADT.
➢ Understandability: ADT specifies what is to be done and does not specify theimplementation details. Hence code becomes easy to understand due to ADT.
➢ Reusability: the ADT can be reused by some program in future.



Leave a Reply