asked 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.

asked
User Moby M
by
8.1k 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.

answered
User Spenhouet
by
8.3k points