Remember that this is an optimization technique to help responsiveness in situations where a client doesn't need the lazy initialized value. As with any optimization you shouldn't use this technique unless you have a real performance problem to solve.
Simone Taylor wrote:
Write a program that generates a Day object
representing February 28 of this year
Simone Taylor wrote:Advance each object by one day
Simone Taylor wrote:, and print each
object. Also print the expected values.