Which code segment should you use?

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?

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

Explanation:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Hans Werner

Hans Werner

The question and the possible answers have nothing in common!

rao

rao

the answers seems to be the same as a previous question

jocker

jocker

WTF is this