๐Ÿ’ปap computer science a review

key term - Array of objects

Definition

An array of objects is a data structure that stores multiple instances(objects) of a class in contiguous memory locations. Each element(index) in the array contains a reference(pointer) to an object, allowing easy access and manipulation.