Select from following answers:- List<T> and Dictionary<string,T>

- Stack<T>
- T[]
- All Above
Need a list which contains duplicate family name items and The Dictionary<string,T> can be used to store the nonduplicated items on family name.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator