211k views
2 votes
What are the basic methods of accessing an indexed list?

User Hera
by
8.0k points

1 Answer

5 votes

Answer:

The basic method of accessing an indexed file are as follow:

  • Firstly, by accessing the particular position of index in the list and also finds the elements in the list.
  • By accessing the end position in the indexed list and also return its particular index position.
  • By accessing an object in the list and if the similar element and object are present in the indexed list then, it returns its small or first position.

User Radu Gheorghe
by
9.0k points