In reply to janudeep3:
These are standard object oriented software design patterns that you can search for on the web. My DVCon paper has an example of a proxy class.
Here is an example of a singleton class.
1 Like