Diving into OOP (Day 8): Indexers in C# (A Practical Approach)

added by Akhil Mittal
7/3/2015 5:28:10 AM

227 Views

In my last article of this series we learnt about properties in c#. This article of the series "Diving into OOP" will explain all about indexers in C#, its uses and practical implementation. We’ll follow the same way of learning i.e. less theory and more practical. I’ll try to explain the concept in-depth.


0 comments