What are constructors and destructors?
Answer / 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 |
Explain the "cursortype" and "Locktype" in VB?
What are different types of cursors in ADODB?
Which method is used to write context Into file?
what are the Types of Modal windows in VB?
What is the use of Visual Basic Document file?
__ no of controls in form.
what is the Difference between DDE and OLE?
What are the Technologies for Accessing Database from Visual Basic?
1s it posible to Create Tables Through Querydef?
What is passing by reference?
What is vbs file?
What is the use of command Object?What are the various types of variables?