51.
Which of the following interface does List<T> inherit from?
View Description
public class List<T> : IList<T>, ICollection<T>,
IEnumerable<T>, IList, ICollection, IEnumerable