hi ranjan,
which book are you refering to?
concerning lazy load - a pretty advanced topic in my eyes ;-) - you might want to consider the proxy
pattern.
in this pattern the code will be developed against an interface, which fakes to be the real, heavy-weight object. in reality you work with a much smaller proxy object, which only instantiates the needed, light-weight code.
some case-special business logic to develop, of course.
hope it helps,
jan