⟩ What is the difference between instantiation & initialization?
Instance ation will not allocate memory, just a instance will be created.
Initialization will actually allocate memory.
Instance ation will not allocate memory, just a instance will be created.
Initialization will actually allocate memory.