Computer Science, asked by ranish8269, 1 year ago

What do you mean by dynamic initialization of objects why do we need to do this in c++

Answers

Answered by cutypie232
0

What do you mean by dynamic initialization of objects why do we need to do this in c++

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.

Similar questions