Does anyone have any links to a good introductory guide to creating custom classes in LotusScript and also explain the core benefit of custom classes over general script library functions and subs?
Thanks
Does anyone have any links to a good introductory guide to creating custom classes in LotusScript and also explain the core benefit of custom classes over general script library functions and subs?
Thanks
Subject: I’d give www.redbooks.ibm.com a try, and…
…as to the advantages of OO programming, I guess any good book on OOP will provide you with the informaton you are looking for, regardless of the concrete OO programming language.