Hello friends, I am confused in indexing chapter so please clear my doubt with suitable example.and where we can use indexing ?
i suppose you mean to say indexers. they are used to let the user of your class use your class as an array. so they can give index in bracket like myClass[2]