Latest Answer : Class:Its a Template.To access the methods and the properties written in the class you have to create an object, and then you can fetch the properties and methods of the class. the methods and the properties written in the module can direly call from ...
Latest Answer : A Class is a template of an object. Let us understand this in detail with a sample object pen.We can list out the various characteristic features of the pen as* It is of various types: Fountain pen, Ball-point pen, Flourescent pen, etc.* It has a base ...
Latest Answer : Standard Module: Properties, methods and variable declare in this module can be accessed throughout the application.Class Module: Properties,Methods and variables declare in the class module can be accessed only after creating the object of the class. ...
Difference between a function and a subroutine, Dynaset and Snapshot,early and late binding, image and picture controls,Linked Object and Embedded Object,listbox and combo box,Listindex and Tab index,modal and moduless window, Object and Class,Query unload and unload in form, Declaration and Instantiation an object?
Latest Answer : I have refer MSDNClasses differ from standard modules in the way their data is stored. There's never more than one copy of a standard module's data. This means that when one part of your program changes a public variable in a standard module, and another ...
) Function will return value but a sub procedure wont return values…
Std Global with in the project. Cls Global through out the all project only thing is we want to set the type lib. Class Modules can be Instantiated.