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?
Nyxius
Highly Voted 6 years, 3 months agoJoelChuca
4 years, 11 months agonoussa
4 years, 7 months agoXXXX
Highly Voted 5 years, 6 months agomatt1204
Most Recent 4 years, 9 months agoBilal0302
5 years, 5 months agoKilsimon
4 years, 10 months agoKings2020
5 years, 5 months ago