Question:Which of the following is true regarding a null and an empty collection in C#?
A An empty collection and a null are both objects.
B An empty collection and a null both have the same meaning.
C Both an empty collection and a null do not refer to any object.
D An empty collection is an object while the null keyword is a literal.
+ AnswerD
+ Report