DXC Technology Interview Question

IEnumerable vs ICollection - what's the difference ?

Interview Answer

Anonymous

Feb 20, 2025

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