Why associative array is not supporting array ordering method

In reply to Om Ganesh B k:

An associative array is not contiguous array while other arrays are contiguous and by default, the index will start from 0. In an associative array, each data we are writing is associated with the random address & hence array ordering methods are not supported by an associative array.

Regards,
Shanthi