Computer Science, asked by dinosharma3896, 1 year ago

What is lazy initialization?

Answers

Answered by gungun09
0
In computer programming, lazy initialization is the tactic of delaying the creation of an object, the calculation of a value, or some other expensive process until the first time it is needed. It is a kind of lazy evaluation that refers specifically to the instantiation of objects or other resources.

hope it helps
mark me as brainliest if u like my answer
Similar questions