How is dynamic initialization of objects achieved?
Answers
Answered by
0
Answer:
Dynamic initialization of object refers to initializing the objects at run time i.e. the initial value of an object is to be provided during run time.
Explanation:
Dynamic initialization can be achieved using constructors and passing parameters values to the constructors.
HOPE THIS ANSWER HELPED YOU!!
Similar questions