Home » Programming & Data Structure » Programming and data structure miscellaneous » Question

Programming and data structure miscellaneous

Programming & Data Structure

  1. An Abstract Data Type (ADT) is
    1. same as an abstract class
    2. a data type that cannot be instantiated
    3. a data type for which only the operations defined on it can be used, but none else
    4. All of the above
Correct Option: C

An abstract data type is a mathematical model for a certain class of data structures that have similar behaviour. An abstract data type is indirectly defined by the operations and mathematical constraints thus, is a user defined data type, not a system defined, that can perform operations defined by it on that data.



Your comments will be displayed only after manual approval.