gk wrote:
> How its going to help MyBean class ?
Just by being there.

Presumably it has some methods for MyBean to
call, but there might be other ways too.
>
> whats the relationship with MyBeanHelper class and MyBean class.
They are in the same file. That's all.
>
> you told MyBeanHelper helps MyBean class...but how ?
>
Method invocation, or instantiation. There is no formal relationship
other than both classes exist and one (the helper) has no other
relationship with any other part of the program.