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
What is Internet Explorer and its uses?
How do you change the system menu (on the Control-Menu Box)?
How would you add elements and pictures to listitems in listview control?
Can a VB application be an OLE server?
What is the Windows API?
What is ActiveX Dll and ActiveX Exe?
What is instantiating?
Which type of object requires this object?
How would you activate animation control?
What is the current version of Visual Basic for Windows?
Explain about form creation in Visual Basic?
What is dao in visual basic?
How would you create Visual basic Document file?
How do I get the Tab key to be treated like a normal character?
What is the need of tabindex property is label control.