You are developing an application that includes a class named Customer and a generic list
of customers. The following code segment declares the list of customers:
List<Customer> customersList = new List<Customer> () ;
You populate the customersList object with several hundred Customer objects.
The application must display the data for five Customer objects at a time.
You need to create a method that will return the correct number of Customer objects.
Which code segment should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Options not for the question.
Really ridiculous 🙂
please remove this from the list. Really bad!!!
mixed up LINQ and interface
See question 149. There are the correct answers to the same question
Also, this question (http://www.aiotestking.com/microsoft/which-code-segment-should-you-use-726/) is similar. It just uses Employee instead of Customer.
Oh, it’s the same as hans dampf said. Sorry