<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx</link><description>In this post I will be discussing how one can achieve Class Hierarchy and Data Encapsulation in JScript . I will take the same example that was used for the first and second parts and will keep updating it as and when required. function Rectangle (ht,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Classes in JScript ??? Part III: Class Hierarchy and Data Encapsulation &amp;laquo; outaTiME</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#5798244</link><pubDate>Wed, 31 Oct 2007 16:08:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5798244</guid><dc:creator>Classes in JScript ??? Part III: Class Hierarchy and Data Encapsulation « outaTiME</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://outatime.wordpress.com/2007/10/31/classes-in-jscript-%e2%80%93-part-iii-class-hierarchy-and-data-encapsulation/"&gt;http://outatime.wordpress.com/2007/10/31/classes-in-jscript-%e2%80%93-part-iii-class-hierarchy-and-data-encapsulation/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#5965828</link><pubDate>Wed, 07 Nov 2007 21:07:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5965828</guid><dc:creator>Landon Kuhn</dc:creator><description>&lt;p&gt;But, how do you implement private functions?&lt;/p&gt;
</description></item><item><title>Classes in Java Script</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#5966887</link><pubDate>Wed, 07 Nov 2007 22:07:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5966887</guid><dc:creator>Gaurav Seth's WebLog</dc:creator><description>&lt;p&gt;Here is a series of posts on “Classes in JScript” written by Ritesh from the JScript team at MS: Classes&lt;/p&gt;
</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#6014794</link><pubDate>Fri, 09 Nov 2007 14:55:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6014794</guid><dc:creator>hjf1223</dc:creator><description>&lt;p&gt;can you express the sentence that &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;First, the new operator creates a generic object and sets its prototype property to PositionedRectangle.prototype.&amp;quot;.It's means that &amp;quot;PositionedRectangle.prototype = new Rectangle;&amp;quot; or other?&lt;/p&gt;
</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#6014808</link><pubDate>Fri, 09 Nov 2007 14:55:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6014808</guid><dc:creator>hjf1223</dc:creator><description>&lt;p&gt;can you explain the sentence that &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;First, the new operator creates a generic object and sets its prototype property to PositionedRectangle.prototype.&amp;quot;.It's means that &amp;quot;PositionedRectangle.prototype = new Rectangle;&amp;quot; or other?&lt;/p&gt;
</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#7161470</link><pubDate>Sat, 19 Jan 2008 16:43:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7161470</guid><dc:creator>Tweak Vista</dc:creator><description>&lt;p&gt;can you express the sentence that &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;First, the new operator creates a generic object and sets its prototype property to PositionedRectangle.prototype.&amp;quot;.It's means that &amp;quot;PositionedRectangle.prototype = new Rectangle;&amp;quot; or other?&lt;/p&gt;
</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#7161474</link><pubDate>Sat, 19 Jan 2008 16:44:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7161474</guid><dc:creator>Webdesign</dc:creator><description>&lt;p&gt;can you express the sentence that &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;First, the new operator creates a generic object and sets its prototype property to PositionedRectangle.prototype.&amp;quot;.It's means that &amp;quot;PositionedRectangle.prototype = new Rectangle;&amp;quot; or other?&lt;/p&gt;
</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#7161476</link><pubDate>Sat, 19 Jan 2008 16:44:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7161476</guid><dc:creator>Meubelstoffering</dc:creator><description>&lt;p&gt;can you express the sentence that &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;First, the new operator creates a generic object and sets its prototype property to PositionedRectangle.prototype.&amp;quot;.It's means that &amp;quot;PositionedRectangle.prototype = new Rectangle;&amp;quot; or other?&lt;/p&gt;
</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#7161478</link><pubDate>Sat, 19 Jan 2008 16:44:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7161478</guid><dc:creator>Webhosting</dc:creator><description>&lt;p&gt;can you express the sentence that &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;First, the new operator creates a generic object and sets its prototype property to PositionedRectangle.prototype.&amp;quot;.It's means that &amp;quot;PositionedRectangle.prototype = new Rectangle;&amp;quot; or other?&lt;/p&gt;
</description></item><item><title>re: Classes in JScript – Part III: Class Hierarchy and Data Encapsulation</title><link>http://blogs.msdn.com/jscript/archive/2007/10/31/classes-in-jscript-part-iii-class-hierarchy-and-data-encapsulation.aspx#7161480</link><pubDate>Sat, 19 Jan 2008 16:45:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7161480</guid><dc:creator>LFERC</dc:creator><description>&lt;p&gt;can you express the sentence that &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;First, the new operator creates a generic object and sets its prototype property to PositionedRectangle.prototype.&amp;quot;.It's means that &amp;quot;PositionedRectangle.prototype = new Rectangle;&amp;quot; or other?&lt;/p&gt;
</description></item></channel></rss>