+ Array in other languages - VARRAY in PL/SQL: Collection of items of same datatype & has a maximum size. + When defining a VARRAY type, you must specify its maximum size. So fixed upper bound.
If you know lots of programming languages, then you're already accustomed to the ability to declare and use functions with a variable number of arguments, where the number and type of arguments aren't ...