Page 1 of 1

Warum Ilist sowohl von ICollection als auch von IEnumerable implementiert, obwohl ICollection: IEnumerable

Posted: 23 Dec 2024, 11:22
by Anonymous
ICollection erbt von IEnumerable (ICollection : IEnumerable),
Warum werden dann wiederum ICollection und IEnumerable beide von IList implementiert (interface IList : ICollection, IEnumerable).