Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 459 Bytes

0137.md

File metadata and controls

15 lines (12 loc) · 459 Bytes

Which of the following SPL Interfaces/classes extends the standard Iterator interface and enables the ability to retrieve a specific item from the internal data store?

  • A) SeekableIterator
  • B) ArrayAccess
  • C) FilterIterator
  • D) Recursive Iterator
Answer

Answer: A