The delegation design pattern defines a process by which?
1) initiator employs a third object to get the work done by the doer
2) A single instance of a class is created and maintained throughout the application (Singleton)
3) the pattern shows clients interfacing with a single class of a package (facade)
4) none of the above