Answer Posted / rupali
constructor is a special method which is called when class is instantiated. this method is used to assign values to the
members of a class. constructor has same name as class.
Destructor is opposite to constructor & has same name of
class. this method is called when object of a class is
destroyed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about the creation of EXE files with Visual Basic?
What is a toolbox in visual basic?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
What is the use of parameters collection?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is FireHouse Cursors?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
Write the steps in Creating ActiveX Dll and Active Exe?
What is ActiveX Dll and ActiveX Exe?
what is the control used to call a windows application.
What about DLL calls that require callbacks?
What is the default workspace?
what is the Property used to add a menus at runtime?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Explain about declaring variables in Visual basic?