Beginner C#
Q24 / 100

What is a List<T> in C#?

Correct! Well done.

Incorrect.

The correct answer is B) A dynamic, resizable generic collection

B

Correct Answer

A dynamic, resizable generic collection

Explanation

List<T> dynamically resizes, supports Add(), Remove(), Contains(), Sort(), and many other methods.

Progress
24/100