+ 1
Array of objects in java
Whah it’s different between array of object and array in the class !???🤷🏻♀️ and what it’s array of object !!!!! !? Plz help 🤝
1 ответ
+ 3
An 'object' array is an array containing objects of type 'object'. An array in a class contains simple or complex data types... You cannot really compare them?!