Ask Your Question
0

Is it possible to pass an array object to other objects?

asked 2021-05-05 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-07-23 17:00:00 +0000

scrum gravatar image

Yes, it is possible to pass an array object to other objects in many programming languages such as Java and C++. This can be done by passing the reference to the array object as a parameter to the method or constructor of the other object. Once the reference is received, the other object can then access and manipulate the elements of the array.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-05 11:00:00 +0000

Seen: 9 times

Last updated: Jul 23 '22