Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the Difference between Declaration and
Instantiation an object?

Answer Posted / guest

Dim obj as OBJ.CLASS with either
Set obj = New OBJ.CLASS or
Set obj = CreateObject(?OBJ.CLASS?) or
Set obj = GetObject( ,? OBJ.CLASS?)
or
Dim obj as New OBJ.CLASS

Set object = Nothing
ensure the object is release from the memory.

If this object is a form, you can add set myform = nothing
and Form_Unload() event.Maintain a habit of remove the
object by using set object = nothing which will benefit at
last. Visual Basic is supposed to automatically release
objects when they go out of scope. To free up some memory
usage, you can set the object to nothing.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you Create a Query Builder and Explain its uses

2035


How would you find out the value property in Slider Bar Control?

1946


What are forms in visual basic?

1098


What is the default model of the form?

2179


Can you create a Updatecascade, Deletecascade relation in Ms- Access?

2148


What is Parser Bug?

2382


What are the important components of OLEDB?

2336


What are the new events in textbox that has been included in VB ?

1838


Which method is preferred to save datas like database?

2051


Types of cursors in DAO?

2104


How can you Navigate from the DHTML application to another DHTML application? .

2231


What is dao in visual basic?

1003


Write the Steps in Creating an ActiveX Control?

2644


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

2107


What is the latest version of visual basic?

984