Scope sharable between projects.
Assigning variable with defined memory space. Late Binding - Memory size is allotted in later stage. Ex:- Dim x as object Early Binding - Memory size is allotted while declaring itself. New Key word is
Latest Answer : There are 2 types of bindingEarly binding, Late bindingEarly bindingDim obj as new classnameObject created during compile timeLate bindingDim obj as objectset obj = new classnameThis binds the object to the particular class at runtime. ...
Set – Value is assigned to ActiveX Object from the form. Let – Value is retried to ActiveX Object from the form. Get- Assigns the value of an expression to a variable or property.
Private – Only for the Specific Module. Public not creatable – Private & Public Multi Use - Variable we have to declare. Single Use – Not possible through dll. Global Multiuse –
Generic Variable: Create Object Ex:-Ole-Automation . No need refer the object library. Specific Variable: Binding Procedure Early and Late Binding ( Can be Remove from the Memory).
Properties – Public variable of a Class Method – Public procedure of a class
Its Scope will be available through out the life time.
Instance of specific copy of a class with its own settings for the properties defined in that class. Note: The implicitly defined variable is never equal to nothing.
Latest Answer : Implicit means unreserved datatype,that is we cannot declare variables,vb automatically allocates memory for the variable. ...