Technology Guruu

  • Home
  • Site Info
    • About Us
    • Disclaimer
    • Privacy Polacy
  • Home
  • Digital Marketing
    • SEO
    • SMM
    • SEM
  • Quotes
  • Technical
  • Java
  • .Net
    • C#.Net
    • ASP.Net
  • Keychains

Monday, 4 April 2016

Top Most Advantages Of Delegates

 Akansha     17:30:00     TechnicalQuestions     No comments   

Toip 10 Advantages Of Delegates

Delegates
  • Using delegates with a single call we can invoke multiple methods.
  • Implementation of delegates will improve the performance of the application
  • Multiple class Files
  • Byvdefault every project will come with single class file but it can contain multiple class files

Example for multiple class files

Step1:
open a console application and rename it as multiple class files example
Step2:
Add one more class file to the solution explorer i.e class1.cs
namespace MultipleClassFilesExample
{
class Employee
{
internal void Induction()
{
console.writeLine("every employee has to attend induction training");
}
interna void Appraisal()
{
console.writeline("every employee will have apprisal for an year");
}
internal void Nop(0
{
Console.writeline("every employee has to serve notice period while leaving company");
}
}
}
Step4:
wrote below code program.cs
namespace MultipleFilesExample
{
class program
{
void main()
{
Employee obj=new employee();
obj.Induction();
obj.Appraisal();
obj.Nop();
console.Readline();
}
}
}
Friends You like My Post please Share To your Friends Through Facebook,,Twitter,Google+.You Feel Free Comment On my post Thank you. 
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Popular Posts

Categories

  • Entertainment (67)
  • TechnicalQuestions (58)
  • Quotes (11)
  • C#.Net (8)
  • Java (8)
  • ValentinesDay (4)
  • SEO (3)
  • Home
  • About Us
  • Disclaimer
  • Privacy Policy
  • Sitemap

Copyright © 2015-2017 Good Friends 5.All Rights Reserved• And Our Sitemap • All Logos and Trademark Belongs To Their Respective Owners•