DXC Technology interview question

IEnumerable vs ICollection - what's the difference ?

Interview Answer

Anonymous

20 Feb 2025

it's about interfaces they implement, immutability of IEnumerable, as ICollection extends IEnumerable(read-only enumeration) providing member allowing modification (Add, Remove)