Shoutbox

Classes - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Classes (/showthread.php?tid=95568)

Classes by barby850717@gmail. on 10-07-2010 at 06:19 PM

Hi, I am new to JScript and I was wondering if it possible to create classes. I need to implement inheritance for a school project and therefore I need classes.

Can someone please tell me if classes are supported and how is it possible to implement them in JScript?

Thanks in advance,


RE: Classes by matty on 10-07-2010 at 06:23 PM

You are creating a Messenger Plus! script for a school project?


RE: Classes by mynetx on 10-07-2010 at 06:23 PM

Hey there,

as pointed out in Microsoft’s JScript Blog, Objects in Javascript are possible, and so is inheritance, up to a certain degree only.

I suggest you to read the following article for a start:

http://blogs.msdn.com/b/jscript/archive/2007/09/2...script-part-i.aspx

Does this help you?


RE: Classes by barby850717@gmail. on 10-07-2010 at 06:53 PM

yes, thanks. That link was extremely helpful :)