Briefing Zend Knowledge

The constructs for(), foreach(), and each() can all be used to iterate an object if the object

The constructs for(), foreach(), and each() can all be used to iterate an object if the object

A.
implements ArrayAccess

B.
implements Iterator

C.
implements Iterator and ArrayAccess

D.
None of the above