Exam 11: Object-Oriented Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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 of the following best defines the term hierarchy?

(Multiple Choice)
4.9/5
(34)

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)

Which of the following is a benefit of inheritance?

(Multiple Choice)
4.8/5
(38)

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)

Each list box is said to be an instance of the class ListBox.

(True/False)
4.9/5
(37)

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)

Which of the following best defines the term inheritance?

(Multiple Choice)
4.9/5
(39)
Showing 21 - 40 of 66
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)