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
|
|
Term
An attribute that defines the state of an object is called a? |
|
Definition
|
|
Term
For you to change the value of a property, the property must be referenced on which side of the equals sign? |
|
Definition
|
|
Term
What is the term for when a new object is created from a template class? |
|
Definition
|
|
Term
An external function of an object (one that is available to code manipulating an object) is called a? |
|
Definition
|
|
Term
True or False: A property of an object can be another object. |
|
Definition
|
|
Term
A group of like objects is called a? |
|
Definition
|
|
Term
What tool is used to explore the members of an object? |
|
Definition
|
|