Sign in
JScript Blog
Blogs from the JScript team in Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Addon for IE
AJAX
circular reference
closure
Debugging
Developers
DLR
DST
Finance
function scope chain
Garbage Collection
IE
IE Add-on
Internet Explorer Addon
ironpython
Javascript
JavaScript Performance IE
javascript scope chain
Javascript Syntax Checking
Jscript
JScript Authoring
JScript Date Object
JScript functions
JScript Intellisense
JScript Performance IE
JScript Tutorial
Managed JScript
Microsoft Money
MIX08
Object Orientation in JScript
Orcas
Silverlight
Visual Studio 2008
VWD
XML
Browse by Tags
MSDN Blogs
>
JScript Blog
>
All Tags
>
jscript tutorial
Tagged Content List
Blog Post:
Classes in JScript – Part III: Class Hierarchy and Data Encapsulation
don.raman
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, wt) { this.height = ht; this.width...
on
31 Oct 2007
Blog Post:
Classes in JScript – Part II: Instance Properties / Methods & Class Properties / Methods
don.raman
In this post I will discuss more about the Instance Properties & Instance Methods and Class Properties and Class Methods . I will take the same example that was used for the first part and will keep updating it as and when required. function Rectangle (ht, wt) { this.height = ht; this...
on
30 Sep 2007
Blog Post:
Classes in Jscript - Part I
don.raman
I am Ritesh Parikh and have recently moved to Jscript team as a SDET. While starting on Jscript I had a lot of questions. One of them was - Is JScript object oriented? For a language to be object oriented, it has to provide support for the following: · A mechanism for grouping related functionality...
on
24 Sep 2007
Page 1 of 1 (3 items)