PrepAway - Latest Free Exam Questions & Answers

Tag: Certkiller com wants you to develop an application that stores and retrieves employee information

public class EmployeeCollection :

Domain.com wants you to develop an application that stores and retrieves employee information
by means of a unique staff number.
You create a custom collection class, which implements the type-safe IDictionary interface.
This collection class is named EmployeeCollection, and is defined using the following code.
public class EmployeeCollection : IDictionary {
// Implementation code
}