+ 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 Answer
+ 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?!