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, 1 month agoJoelChuca
4 years, 9 months agonoussa
4 years, 5 months agoXXXX
Highly Voted 5 years, 5 months agomatt1204
Most Recent 4 years, 7 months agoBilal0302
5 years, 4 months agoKilsimon
4 years, 8 months agoKings2020
5 years, 4 months ago