Câu 27: 70-483: MCSD Programming in C
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 customersList = new List () ;You populate the customersList object with several hundred Customer objects. The application must display the data for five…
Nội dung câu hỏi
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 customersList = new List () ;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?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Option A — đáp án hiện tại
- B. Option B
- C. Option C
- D. Option D
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.