Lazy Initialization:?
- The instance is created only when needed, reducing the overhead of
initialization when the object is not used. This ensures that resources are
used efficiently.
initialization when the object is not used. This ensures that resources are
used efficiently.