Join Dotnetcodes DotnetCodes.com is online Discussion Forum for Software professionals . It lets you find friends around the world and Create professional network that share similar interests as you. Get help on ur projects by industry specialists. Also get answers to all ur technical/placement related querries.Get an edge over others.
Already MemberClick here to login
ASP.net MVC Interview Questions Answers Interview Questions
Serial Number in SSRS Articles
How to Print a Crystal Report direct to printer Articles
Get Started Developing for Android Apps with Eclipse Articles
Razor View Engine Interview Questions Answers Interview Questions
.Net framework 4.0 Interview Questions Answers Interview Questions
SQL server reporting services Interview Questions (SSRS) part 1 Articles
Whats New in ASP.NET 4.0 Part 2 Articles
Difference between Encapsulation and Abstraction Interview Questions
Explaining SDLC -System Development Life Cycle Articles
SPIRE PDF Library Articles
Infosys Interview Questions Interview Questions
Html5 interview questions and answers Interview Questions
Dynamic Menu using HTML List Tag and CSS in ASP.Net Articles
SharePoint 2010 interview Questions Answers Interview Questions
Submit Articles | More Articles..

Optional Parameters in C# 4.0

Posted By: Jimish On:11/28/2012 4:24:37 AM in:Interview Questions Category:CSharp Hits:1819
This article will show you how to use optional parameters in c# 4.0 
Edited by admin

Example of Optional Parameters in C# 4.0

private void CheckOptionalPara(int num = 25, string name = "Jimish", decimal price = 20)

{

MessageBox.Show("Num: " + num.ToString() + "- Name: " + name + " - Price: " + price.ToString());

}

Function Call

Optional Parameters

this.CheckOptionalPara(32, "George");

out put: Num: 32- Name: George - Price: 20

this.CheckOptionalPara();

out put: Num: 25- Name: Jimish - Price: 20

Named Arguments


this.CheckOptionalPara(price:1275,num:130,name:"Jimish George");

out put: Num: 130- Name: Jimish George - Price: 1275

comments powered by Disqus
User Profile
Jimish George
Sr. Software Engineer at Millennium Infologic
Kottayam , India
Email :You must Log In to access the contact details.
Latest Post from :Jimish
Optional Parameters in C# 4.0
View: 1819 | Submitted on: 11/28/2012 4:24:37 AM
Submit Articles | All Post of This User..


Advertise About Us Private Policy Terms of use
All rights reserved to dotnetcodes. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
Best viewed at 1024 x 768 resolution with Internet Explorer 5.0 or Mozila Firefox 3.5 or Google Crome and higher