adspace
What are the different procedures associated with the object?
Answer Posted / 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 View All Answers
Specify technical & functional architecture of your last 2 projects.
How would you attach pictures in column headers of List View Control?
Draw Sequence Modal of DAO and Explain?
How do I force a file dialogue box to reread the currect disk?
With in the form we want to check all the text box control are typed or not? How?
How do I make the mouse cursor invisible/visible?
How do I tell when an application executed using the SHELL command is finished?
How would you activate animation control?