Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic
Quiz 14: Creating Classes and Objects
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
A constructor begins with the keywords ____.
Question 22
Short Answer
Match each item with a statement below. a.Property procedure f.behavior b.attribute g.ReadOnly keyword c.Set block h.New keyword d.Private keyword i.WriteOnly keyword e.Get block -Allows an application to assign a value to the Private variable associated with a property
Question 23
Short Answer
Match each item with a statement below. a.Property procedure f.behavior b.attribute g.ReadOnly keyword c.Set block h.New keyword d.Private keyword i.WriteOnly keyword e.Get block -Allows an application to retrieve the contents of the Private variable associated with a property
Question 24
Short Answer
Match each item with a statement below. a.Property procedure f.behavior b.attribute g.ReadOnly keyword c.Set block h.New keyword d.Private keyword i.WriteOnly keyword e.Get block -Used to declare a variable that is not visible to applications that contain an instance of the class
Question 25
Short Answer
The classes that you define must specify the attributes and ____________________ of the objects they create.
Question 26
Multiple Choice
You can write a(n) ____ as either a Function procedure or a Sub procedure.
Question 27
Short Answer
Match each item with a statement below. a.Property procedure f.behavior b.attribute g.ReadOnly keyword c.Set block h.New keyword d.Private keyword i.WriteOnly keyword e.Get block -Used in a Property procedure header to indicate that you are creating a property whose value can be retrieved by an application but cannot be set by the application
Question 28
Short Answer
Match each item with a statement below. a.Property procedure f.behavior b.attribute g.ReadOnly keyword c.Set block h.New keyword d.Private keyword i.WriteOnly keyword e.Get block -Characteristic that describes the object