Date: 11/24/2009
Level: Intermediate
Author: Derik Whittaker
Tags: Dot Net
Views: (4520) Watched: (3801)
We will be focusing this episode on Named and Optional Parameters. Optional Parameters all you to default values for your methods which can reduce the need to for overloading methods. Named parameters allow you to specify the exact parameter by Name when calling a method