Select from following answers:- public class ShopList : IEnumerator, IEnumerable { // Class implementation }

- public class ShopList : IBindingList { // Class implementation }
- public class ShopList : IDictionary { // Class implementation }
- public class ShopList : ICollection { // Class implementation }
- All Above
foreach loop used IEnumerable to iterate through collection.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator