Shared Flashcard Set

Details

Chapter 3
VB Quiz
10
Computer Science
Not Applicable
04/03/2011

Additional Computer Science Flashcards

 


 

Cards

Term
Is there an easy way to get help about an object's member?
Definition
Yes. VB's context-sensitive Help extends to code as well as visual objects. To get help on a member, write a code statement that includes the member, position the cursor within the member text, and press F1
Term
Are there any other types of object members besides properties and methods?
Definition
Yes. An Event is actually a member of an object, although it's not always thought of that way. Although not all objects support events, most objects do support properties and methods.
Term
True or false: VB 2010 is a true object-oriented language.
Definition
True.
Term
An attribute that defines the state of an object is called a?
Definition
Property
Term
For you to change the value of a property, the property must be referenced on which side of the equals sign?
Definition
The left side.
Term
What is the term for when a new object is created from a template class?
Definition
Instantiation
Term
An external function of an object (one that is available to code manipulating an object) is called a?
Definition
Method
Term
True or False: A property of an object can be another object.
Definition
True
Term
A group of like objects is called a?
Definition
Collection
Term
What tool is used to explore the members of an object?
Definition
The Object Browser
Supporting users have an ad free experience!