Ask Question

Why is a class an excellent representation of an abstract data type?

+2
Answers (1)
  1. 19 April, 15:15
    0
    A class is an good representation of the abstract data type as it is represented independently. For implementing a class, it is use to specify the interface for an abstract class.

    Class is one of the type of abstract data type for the objects that whose behavior is basically define by the set of operations and values. It is known as abstract as, it provide an implementation independently.

    When the class is using in an abstract data type, then it refers as hidden representation of the data. In this modern era, class is use for the implementation of the abstract data type.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Why is a class an excellent representation of an abstract data type? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers