Computer Science, asked by yashpk997, 1 year ago

how can I declare an Object Array in Java?

Answers

Answered by amannishad0512p5zxh6
0

Let say array name is Arr ,so the object is created by following the syntax

Syntax : objectname.functionname(array name)

ob.display(Arr)

Hope you will get it☺

For more java related doubts follow me.

Similar questions