What is an abstract data type (ADT)?

What will be an ideal response?


An ADT is a collection of data together with a set of operations on that data.

Computer Science & Information Technology

You might also like to view...

Relational operators are most often used to compare types of objects.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ____________ fstream member function closes a file stream. Explain why it is best to close a file when the program is through processing the data in the file.

a. close( ) b. overloaded operator <<( ) c. open( ) d. eof( ) e. flush( )

Computer Science & Information Technology

When many LAN devices are connected to a single cable, it is called a

a. star network b. mesh network c. bus network d. ring network

Computer Science & Information Technology

An AVL tree is a balanced ____ tree.

A. binary B. complete C. general D. B

Computer Science & Information Technology