Computer Science, asked by fauziahussain844, 5 months ago

a java program to illustrate dynamic initialisation of variable programming solution

Answers

Answered by ItzSecretBoy01
1

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. Dynamic initialization can be achieved using constructors and passing parameters values to the constructors. This type of initialization is required to initialize the class variables during run time..

Similar questions