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
The content and question are not related…
0
0
Question not related to answer options
2
0
A is correct
0
2
https://www.youtube.com/watch?v=oavMtUWDBTM
0
3
See this (http://www.aiotestking.com/microsoft/which-code-segment-should-you-use-726/) for the answer.
1
0
Thanks a lot!
0
0