Chapter 12: Objects

 

Results

Previous
Next

#1. An ________ is a combination of code and data that can be treated as a unit.

Previous
Next

#2. An ______ can be a piece of an application like a control or a form.

Previous
Next

#3. An ________ application can also be an object.

Previous
Next

#4. Each of these objects are defined by ______

Previous
Next

#5. The objects are ___________

Previous
Next

#6. The controls on the _________ represent classes.

Previous
Next

#7. The object known as a _________ doesn’t exist until we draw it on a form.

Previous
Next

#8. Each __________ shares a common set of characteristics and capabilities defined by the class.

Previous
Next

#9. An ______ provides code we don’t have to write.

Previous
Next

#10. _________ is a feature of component object model an industry standard used by applications to expose objects to development tools and other applications.

Previous
Next

#11. _________ objects support properties, methods, and events.

Previous
Next

#12. ________ objects have their own properties and methods.

Previous
Next

#13. The objects in a collection object are referred to as ________ of the collection.

Previous
Next

#14. Collection of object in visual basic is

Previous
Next

#15. The _________ object is a global object accessed with the App keyword.

Previous
Next

#16. The ________ object provides the visual basic programmer access to the system clipboard.

Previous
Next

#17. The _______ object is used to print messages to the debug window.

Previous
Next

#18. The ________ object contain information on visual basic run time errors.

Previous
Next

#19. The ________ object enables you to send output to a system printer.

Previous
Next

#20. The _______ object provides useful information that enables you to manipulate the forms in your application based on properties.

Previous
Next

#21. The ______ object contains information needed to format text for display in the interface of an application or for printed output.

Previous
Next

#22. The _______ acts as the template from which an instance of an object is created at run time.

Previous
Next

#23. __________ means that many classes can provide the same property or method.

Previous
Next

#24. _______ can hiding information about an object, such as internal data structure and code.

Previous
Next

#25. A ______ module is a module that contains the definition of a class, including its property and method definitions.

Previous
Finish