The following code copies the data from a specified source collection in the LinkedBag __init__ method. What is the missing code?
?

for item in sourceCollection:
?
?

A. add(item.self)
B. self.add(item)
C. self.item(add)
D. self.item = source.item

Answer: B

Computer Science & Information Technology

You might also like to view...

You can view all available building blocks in the:

a. Quick Tables gallery b. Building Blocks Organizer c. Quick Parts gallery

Computer Science & Information Technology

Which of the following does the Microsoft Agent ActiveX control not support?

a) character animation b) voice command recognition c) text support d) VRML support

Computer Science & Information Technology