What is an object in Visual Basic programming?
Answers
Answered by
2
Anobject is a programming construct that encapsulates data and functionality in a single package, and which may only be accessed through interface elements.
HOPE HELPS ✌️✌️
HOPE HELPS ✌️✌️
Answered by
1
An object is a combination of codeand data that can be treated as a unit. ... An entire application can also be anobject. When you create an application in Visual Basic, you constantly work with objects. You can use objectsprovided by Visual Basic, such as controls, forms, and data accessobjects.
Similar questions