How is Dyanamic initialization of boject achieved? OOP
befrenz218p7vlqb:
any reference link would be a lot helpful..
Answers
Answered by
9
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.
Attachments:
Answered by
2
you type class then u have to initialise all functions
later write class name <variable>
then variable.functions
later write class name <variable>
then variable.functions
Similar questions