<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Private Constructors</title>
	<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>
	<pubDate>Thu, 04 Dec 2008 19:23:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: littlegray</title>
		<link>http://www.technicalinterviews.net/private-constructors/#comment-12</link>
		<pubDate>Wed, 11 Oct 2006 16:34:12 +0000</pubDate>
		<guid>http://www.technicalinterviews.net/private-constructors/#comment-12</guid>
					<description>if your constructor is private then you can't instanciate the class yourself. A singleton is the common example of why you'd want to do this, can'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>
