What are the different procedures associated with the object?



What are the different procedures associated with the object?..

Answer / Jiggyasa Sonker

In Visual Basic, the main procedures related to objects are:n1. Object Initialization Procedure (New): Used to create a new instance of an object.n2. Object Destruction Procedure (Destroy or Dispose): Used to release the resources allocated by an object when it's no longer needed.n3. Object Method Procedures: These are functions that can be called on an object to perform specific tasks.n4. Property Procedures: These are functions associated with properties of an object. They are used to set or retrieve values of properties.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is keyword used to compare two objects?

2 Answers  


what are the differences between image and picture controls?

3 Answers  


How do I get a bitmap picture in a field in an Access database?

1 Answers  


What are binary and project compatibility?

1 Answers  


What is form in visual basic?

1 Answers  


How to set a shortcut key for label?

2 Answers  


What is the use of parameters collection?

2 Answers  


what are Instancing for classes provided by ActiveX component like prive, publicnotcreatable,SingleUse, GlobalSinleUse,MultiUse.

1 Answers   HCL,


which VB constant make the menu item in centre?

1 Answers  


Using which type we can access file line by line?

2 Answers  


How do I do drag & drop between applications?

1 Answers  


What is ActiveX Document?

1 Answers  


Categories