68.5k views
2 votes
The BasicSet 2 class implements the Set ADT by wrapping an object of the Linked Collection class and:______.

a) "forwarding" all method calls to it.
b) making its variables private.
c) disallowing null elements.
d) "forwarding" all method calls except certain calls to the add method.
e) None of these is correct.

User Moby M
by
4.4k points

1 Answer

1 vote

Answer:

The BasicSet 2 class implements the Set ADT by wrapping an object of the Linked Collection class and forwarding" all method calls except certain calls to the add method.

User Spenhouet
by
4.1k points