Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » JScript Tutorial   (RSS)

Classes in JScript – Part III: Class Hierarchy and Data Encapsulation

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,

Classes in JScript – Part II: Instance Properties / Methods & Class Properties / Methods

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

Classes in Jscript - Part I

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:
 
Page view tracker