You are developing an application that includes a class named Employee and a generic list of employees. The following code segment declares the list of employees:
List<Employee> employeesList = new List<Employee>();
You populate the employeesList object with several hundred Employee objects.
The application must display the data for five Employee objects at a time.
You need to create a method that will return the correct number of Employee objects.
Which code segment should you use?
supersunny
Highly Voted 5 years, 10 months agoArunPrem
5 years, 1 month agoRagou
5 years agoMona30
4 years, 11 months agommarinov
5 years, 1 month ago