Derived Data Types
Derived data types (collections) are data structures used to organize and store multiple values efficiently.
While basic types like integers and strings hold single values, these collections allow us to group related data together using different rules for ordering, uniqueness, and lookup.