MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct statement about the IComparer<T> interface in C#? |
| A. | The IComparer<T> is in System.Collections.Generic |
| B. | It defines a generic form of Compare() |
| C. | Only The IComparer<T> is in System.Collections.Generic |
| D. | Both The IComparer is in System.Collections.Generic & It defines a generic form of Compare() |
| Answer» E. | |