Exam 26: I Love This Class Creating a Class
Exam 1: I Am Not a Control Freak Control Structures10 Questions
Exam 2: First You Need to Plan the Party Problem-Solving Process46 Questions
Exam 3: I Need a Tour Guide Introduction to Visual Basic 201050 Questions
Exam 4: Do It Yourself Designing Designing Interfaces25 Questions
Exam 5: The Secret Code Assignment Statements25 Questions
Exam 6: Where Can I Store This Variables and Constants25 Questions
Exam 7: Whats Wrong With It Syntax and Logic Errors25 Questions
Exam 8: Decisions, Decisions, Decisions Selection Structure25 Questions
Exam 9: Time to Leave the Nest Nested Selection Structures25 Questions
Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures25 Questions
Exam 11: Testing, Testing1,2,3 Selecting Test Data25 Questions
Exam 12: How Long Can This Go on Pretest Loops25 Questions
Exam 13: Do It, Then Ask Permission Posttest Loops23 Questions
Exam 14: Let Me Count the Ways Counter-Controlled Loops25 Questions
Exam 15: Im on the Inside; Youre on the Outside Nested Loops25 Questions
Exam 16: I Hear You Are Breaking up Sub Procedures25 Questions
Exam 17: Talk to Me Function Procedures25 Questions
Exam 18: A Ray of Sunshine One-Dimensional Arrays25 Questions
Exam 19: Parallel and Dynamic Universes More on One-Dimensional Arrays25 Questions
Exam 20: Table Tennis, Anyone Two-Dimensional Arrays25 Questions
Exam 21: Building Your Own Structure Structures25 Questions
Exam 22: Im Saving for the Future Sequential Access Files25 Questions
Exam 23: The String Section String Manipulation25 Questions
Exam 24: Im Suffering From Information Overload Access Databases25 Questions
Exam 25: The Missing Linq Querying a Database19 Questions
Exam 26: I Love This Class Creating a Class25 Questions
Exam 27: Getting Web-Ified Web Applications25 Questions
Select questions type
You create a Public property using a(n) ____ procedure.
Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
B
You define a class using the ____ statement.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
D
You can enter one or more instructions within a Set statement.
Free
(True/False)
4.8/5
(47)
Correct Answer:
True
The Get block in a Property procedure contains the Set statement, which begins with the keyword Set and ends with the keywords End Set.
(True/False)
4.9/5
(44)
A class contains-or, in OOP terms, it ____-all of the attributes and behaviors of the object it instantiates.
(Multiple Choice)
4.8/5
(34)
The code contained in the ____ block of a Property procedure allows an application to retrieve the contents of the Private variable associated with the property.
(Multiple Choice)
4.9/5
(43)
Every object has ____, which are the characteristics that describe the object.
(Multiple Choice)
4.8/5
(41)
Pascal case means you capitalize the first letter in the name and the first letter in any subsequent words in the name.
(True/False)
4.8/5
(32)
After defining a class, you can use it to instantiate a maximum of one object.
(True/False)
4.8/5
(41)
The code in the ____ block of a Property procedure allows an application to assign a value to the Private variable associated with the property.
(Multiple Choice)
4.9/5
(36)
____ are the operations (actions) that the object is capable of performing.
(Multiple Choice)
4.8/5
(45)
Every object used in an object-oriented program is created from a ____, which is a pattern that the computer uses to create the object.
(Multiple Choice)
4.8/5
(26)
The real advantage of object-oriented programming is the ability to reuse a class-for example, use it in a different way or in a different application.
(True/False)
4.9/5
(31)
When naming the Private variables in a class, many programmers use the underscore as the first character and then use camel case for the remainder of the name.
(True/False)
4.8/5
(41)
A(n) ____ is a class method, always named New, whose sole purpose is to initialize the class's Private variables.
(Multiple Choice)
4.9/5
(24)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)