Computer Science, asked by mmeshram142, 2 months ago

how the objects of an array can be denoted ?​

Answers

Answered by svaishnaviprakash
3

Answer:

Different objects in an array can be denoted with the indices of array. The first object is denoted by 0. ... If the default constructor is not used then we can use some arguments constructor which will reserve the memory for the objects. The objects can be passed with constructor arguments during declaration.

Similar questions