Exam 11: Object-Oriented Programming
Exam 1: An Introduction to Computers and Problem Solving36 Questions
Exam 2: Visual Basic, Controls, and Events61 Questions
Exam 3: Variables, Input, and Output101 Questions
Exam 4: Decisions86 Questions
Exam 5: General Procedures70 Questions
Exam 6: Repetition73 Questions
Exam 7: Arrays87 Questions
Exam 8: Text Files65 Questions
Exam 9: Additional Controls and Objects90 Questions
Exam 10: Databases34 Questions
Exam 11: Object-Oriented Programming66 Questions
Select questions type
Which one of the following statements does NOT accurately describe object-oriented programs?
(Multiple Choice)
4.9/5
(41)
Which of the following statements best applies to the term user-defined events?
(Multiple Choice)
4.8/5
(38)
Which statement form below assigns the value of a property to a variable?
(Multiple Choice)
4.8/5
(36)
The class interface is a set of properties, methods, and events that define how the class should behave.
(True/False)
4.8/5
(33)
The statement for raising a user-defined event is located in the form's code and the event is dealt with in the class block of code.
(True/False)
4.9/5
(40)
An object can be created in the Declaration section of a form's Code editor with a pair of statements of the form.
(True/False)
4.7/5
(30)
Statements of which of the following kind should be placed in the form's code to declare an instance of a class that contains an event?
(Multiple Choice)
4.8/5
(38)
The ISA test is one guideline used in determining when and how to establish a hierarchy. It posits that if one class is a more specific case of another class, then it should be derived from that other class.
(True/False)
4.7/5
(36)
Which procedure will set default values for member variables when an object is instantiated?
(Multiple Choice)
4.9/5
(42)
The ___________ feature of Visual Basic allows certain types of property blocks to the written with neither a Get or a Set block?
(Multiple Choice)
4.8/5
(38)
Code objects are specific instances of a user-defined type, called a class.
(True/False)
4.7/5
(41)
It can be said that class Student contains class College when a member variable of class Student makes use of an object of type class College.
(True/False)
4.8/5
(28)
Which of the following is an accurate definition of the term object-oriented program?
(Multiple Choice)
4.8/5
(31)
Which line of code will declare and create an instance of a new object variable called instructor using a class called Faculty?
(Multiple Choice)
4.9/5
(36)
Control objects and code objects share many things in common. Which of the following statements applies only to control objects (in other words, which of the following statements does not apply to code objects)?
(Multiple Choice)
4.8/5
(27)
Member or instance variables should not be accessed directly; instead, these variables are accessed indirectly through the use of a property block of code.
(True/False)
4.7/5
(39)
Showing 21 - 40 of 66
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)