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

1. According to the text most operations for the ADT list are exactly the same as the corresponding operations for the ADT sorted list.
2. Private inheritance enables you to use the methods of a base class without giving a client access to them.
3. In an ADT sorted list, the client software determines where to place an entry.
4. According to the text, a chain of linked nodes provides a reasonably efficient implementation of the sorted list.
5. A sorted list is-a list. It is appropriate to use public inheritance.
6. Private inheritance does not allow you to use an instance of SortedListAsA wherever you can use an instance of LinkedList.

1. False
2, True
3. False
4. True
5. False
6. True

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT one of the three cost types to consider when calculating the break-even point?

A) Variable costs B) Mixed costs C) Fixed costs D) Alternative costs

Computer Science & Information Technology

You can create a custom number format that specifies the color for a negative number

Indicate whether the statement is true or false.

Computer Science & Information Technology