Please login to save your progress.

Collections

SurveyBuilder Corner

In SurveyBuilder, our question and answer application, We make use of the collection type List<T> to store a collection of questions as part of a survey:

We use the List<Question> type as this provides a simple API for managing a set of questions. We also accept a List<Answer> as a method argument for our GetScore method.

Page 29 of 31