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.
implementsArrayAccess

B.
implementsIterator

C.
implementsIterator and ArrayAccess

D.
None of the above