Understanding Class in VBScripting – User friendly Tech help
n What is a Class? n A Class is a template or a blueprint for an object. An object exists only in memory at runtime; a class is a programming construct that we can work only directly during design time. Now for using object at runtime we need to define a class at design time….