Computer Science, asked by sreejolub, 7 hours ago

what happens when objected A1 and A2 are added?​

Answers

Answered by angeljayasing200840
1

Answer:

An object is created based on its class..

Explanation:

When an object is created, memory is allocated to hold the object properties. An object reference pointing to that memory location is also created. To use the object in the future, that object reference has to be stored as a local variable or as an object member variable.

Answered by muskanjangde861
1

Explanation:

An object is created based on its class.

Similar questions