define array how arrays are classified
Answers
Answered by
0
Answer:
Arrays are classified as Homogeneous Data Structures because they store elements of the same type.
Answered by
1
Answer:
Arrays are classified as Homogeneous Data Structures because they store elements of the same type.
They can store numbers, strings, boolean values (true and false), characters, objects, and so on.
But once you define the type of values that your array will store, all its elements must be of that same type.
Similar questions