Computer Science, asked by devnonia, 10 months ago

What are generic collections.​

Answers

Answered by dhanushree7552
1

Answer:

generic collection is strongly typed (you can store one type of objects into it) so that we can eliminate runtime type mismatches, it improves the performance by avoiding boxing and unboxing. Generic. Generic is the key concept to develop Generic collection.

Similar questions