Latest Answer : Form, Frame and PictureBox Controls are Container objects. ...
Latest Answer : ListView and Textbox ...
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 : Theoritically the oops support is not there but some tricky methods are there.1. Create the function (Even for properties) in a class B2. Use Impements keyword to implement each Function of B in Derived Classs D. With 3. Create a private ...
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. ...
Latest Answer : Six ObjectsConnectionRecordsetCommandParameterStream(included in AD0 ActiveX object 2.7 and above)Record ...