| 
			Objectives :  
				myClassDelegation2.cppIn C++ one class can encapsulate (hide another class), and 
				delegates for the encapsulated class.
The events like action in C# , can be simulated in C++ . 
				Basically, a events is fired by calling a function, and which in 
				turn will expose some other functions.Here a class delegates another classCode: 
				myClassDelegation2.txt |