Exam 15: Creating Classes and Objects
Exam 1: Overview an Introduction to Programming17 Questions
Exam 2: An Introduction to Visual Basic 201542 Questions
Exam 3: Creating a User Interface42 Questions
Exam 4: Memory Locations and Calculations42 Questions
Exam 5: Making Decisions in a Program42 Questions
Exam 6: More on the Selection Structure42 Questions
Exam 7: Repeating Program Instructions42 Questions
Exam 8: More on the Repetition Structure42 Questions
Exam 9: Sub and Function Procedures42 Questions
Exam 10: Arrays42 Questions
Exam 11: String Manipulation and Menus42 Questions
Exam 12: Structures and Sequential Files42 Questions
Exam 13: Access Databases and Linq42 Questions
Exam 14: Creating Simple Web Applications42 Questions
Exam 15: Creating Classes and Objects42 Questions
Select questions type
____ are the operations (actions) that the object is capable of performing.
(Multiple Choice)
4.9/5
(44)
A(n) ____ can represent something found in real life, such as a wristwatch or a car.
(Multiple Choice)
4.8/5
(28)
A class contains all of the attributes and ____________________ of the object it instantiates.
(Short Answer)
4.8/5
(45)
A constructor that has no parameters is called the ____________________ constructor.
(Short Answer)
4.8/5
(41)
How can you make the Private members of a class available to an application?
(Essay)
4.8/5
(50)
A(n) ____ encapsulates all of the attributes and behaviors of the object it instantiates.
(Multiple Choice)
4.8/5
(41)
You can write a(n) ____ as either a Function procedure or a Sub procedure.
(Multiple Choice)
4.8/5
(46)
Although you can define a class that contains only attributes represented by Public variables, it is rarely done. Describe the disadvantage of using Public variables in a class.
(Essay)
4.9/5
(34)
To instantiate a class-level object variable, you use the ____ keyword.
(Multiple Choice)
4.8/5
(35)
Match each item with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(40)
When an application needs to assign data to or retrieve data from a Private variable in a class, it must use a(n) ____ property to do so.
(Multiple Choice)
4.9/5
(33)
By convention, the names of the Private variables in a class start with a(n) ____.
(Multiple Choice)
4.9/5
(36)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)