Lab10 Programs
Lab10 Programs
• }
• }
• public static void Main(string[] args)
• {
• Dele D = new Dele();// Class Instatiation
• Bank_Del BD = new Bank_Del(D.Bank);// Delegate
Instantiation
• BD(); // Delegate Invocation
• }
• }
• }
• Addon1:
• Complete the above program by adding the code for Withdrawal.
• Addon2
• Rewrite the above program by sending Balance as a function parameter.
Windows Application: Follow the
manual
• Addon Simulate the caliculator