<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Method Overloading'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 15 Mar 2010 11:20:47 GMT</pubDate>
<item>
<title>victorboba said on 12/4/09</title>
<link>http://snipplr.com/view/23841/method-overloading/</link>
<description><![CDATA[ Another way that ensures there's only one code-base method that implements the business functionality is to call the overloaded methods in sequence:

in the first MethodOverloadPlay you would call:

    int result = MethodOverloadPlay(number1, number2, 0); ]]></description>
<pubDate>Fri, 04 Dec 2009 10:28:09 GMT</pubDate>
<guid>http://snipplr.com/view/23841/method-overloading/</guid>
</item>
</channel>
</rss>