nerdexam
GIAC

GSSP-NET · Question #331

You work as a Software Developer for ManSoft Inc. The company uses Visual Studio.NET 2005 as its application development platform. The company wants you to develop an application that implements a…

The correct answer is A. LinkedList.Enumerator. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ManSoft Inc. The company uses Visual Studio.NET 2005 as its application development platform. The company wants you to develop an application that implements a dynamic data structure for storing valuable data of different types (String, Integer, etc). You develop the application and implement the generic dynamic data structure that can be increased or decreased as and when required. You want to read the data from the data structure. Which of the following enumerators will you use to accomplish the task?

Options

  • ALinkedList.Enumerator
  • BStack.Enumerator
  • CQueue.Enumerator
  • DList.Enumerator

How the community answered

(26 responses)
  • A
    69% (18)
  • B
    12% (3)
  • C
    4% (1)
  • D
    15% (4)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice