What is dynamic initialization of objects in c++?
Please explain with an simple example...
The dynamic initialization means that the initial values may be provided during run time. Even class objects can be initialized dynamically. I.e. with the values provided at run time. :-))