Exam 11: Classes and Objects

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

The methods in a class cannot reference the class's Private variables directly; they must reference the Private variables indirectly through the Public properties.

(True/False)
4.8/5
(42)

When you use a class to create an object in an application, variables declared using both the Public keyword and the Private keyword are made available to the application.

(True/False)
4.8/5
(46)

You should use ____ to name a property.

(Multiple Choice)
4.8/5
(41)

The Class statement is entered in a class file.

(True/False)
4.9/5
(40)

A ____ encapsulates the attributes and behaviors of the object it creates.

(Multiple Choice)
4.8/5
(32)

You should always use a Public property to assign a value received from a program.

(True/False)
4.7/5
(30)

After an object is created and its address assigned to a variable, you can access its properties using the syntax ____.

(Multiple Choice)
4.8/5
(36)

A Property procedure ends with the keyword(s) ____.

(Multiple Choice)
4.8/5
(33)

You can enter only one instruction within a Set statement.

(True/False)
4.7/5
(42)

The methods of an object describe its characteristics.

(True/False)
4.8/5
(37)
Showing 41 - 50 of 50
close modal

Filters

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