<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Private Constructors</title>
	<atom:link href="http://www.technicalinterviews.net/private-constructors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterviews.net/private-constructors/</link>
	<description>This site features a collection of common technical interview questions gathered by a group of programmers who have been through, and given, lots of technical interviews. There is an emphasis on C++ and game programming technical interviews, but most of the questions are relevant to any technical interview.</description>
	<lastBuildDate>Fri, 07 Oct 2011 20:18:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: littlegray</title>
		<link>http://www.technicalinterviews.net/private-constructors/comment-page-1/#comment-12</link>
		<dc:creator>littlegray</dc:creator>
		<pubDate>Wed, 11 Oct 2006 16:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicalinterviews.net/private-constructors/#comment-12</guid>
		<description>if your constructor is private then you can&#039;t instanciate the class yourself. A singleton is the common example of why you&#039;d want to do this, can&#039;t think of any other reason off the top of my head.</description>
		<content:encoded><![CDATA[<p>if your constructor is private then you can&#8217;t instanciate the class yourself. A singleton is the common example of why you&#8217;d want to do this, can&#8217;t think of any other reason off the top of my head.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

