What is meant by array of objects example
Answers
Answered by
0
Explanation:
The type class array contains the class objects as its individual elements. Thus, a class type array is also referred to as an array of objects. In the same way as an array of any built-in data type, an array of objects is declared. For example: int age[100 ]; the age array can hold up to 100 integer-type elements
Similar questions