Company: AP Moller Maersk
Difficulty: medium
IList<T> Behaviour of Zero-Based Single-Dimensional Arrays in C# Which of the following statements is correct regarding IList<T> in C#? Single-dimensional arrays that have a lower bound of zero automatically implement IList<T> IList<T> enables you to create generic methods that can use the same code to iterate through arrays and other collection types The IList<T> interface cannot be used to add or remove elements from an array and an exception will be thrown if you call an IList<T> method for such purpose Choose the correct answer from the options given below.