Exam 10: Object-Oriented Programming

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

Another important concept in object-oriented programming is ________,which is the process of acquiring the traits of one's predecessors.

(Short Answer)
4.8/5
(41)

The data components of a class that belong to every instantiated object are the class's ____.

(Multiple Choice)
4.9/5
(41)

Declaring a class does not create actual objects.

(True/False)
4.9/5
(35)

Object-oriented programmers sometimes say an object is one ____ of a class.

(Multiple Choice)
4.9/5
(39)

Match each term with a statement below. -The characteristics that define an object as part of a class

(Multiple Choice)
4.7/5
(36)

A ____ is a set of program statements that lists the characteristics of each object and the methods each object can use.

(Multiple Choice)
4.8/5
(28)

When you think in an object-oriented manner,every object is a member of a more general ____.

(Multiple Choice)
4.7/5
(41)

Methods in object-oriented programs use sequence,selection,and looping structures and make use of arrays.

(True/False)
4.8/5
(37)

The purpose of a(n)____ is to return a value from the class to a client.

(Multiple Choice)
4.9/5
(41)

The concept of a class is useful because of its ____.

(Multiple Choice)
4.9/5
(37)

A(n)____________________ is one instance of a class.

(Short Answer)
4.7/5
(32)

Match each term with a statement below. -List the three parts of a class definition.

(Essay)
4.8/5
(42)

In addition to their attributes,classes have methods associated with them,and every object instantiated from a given class possesses different methods.

(True/False)
4.8/5
(37)

The purpose of ____ is to set or change the values of data fields defined within the class.

(Multiple Choice)
4.8/5
(45)

Match each term with a statement below. -Explain what private access means in object-oriented programming.

(Essay)
4.8/5
(31)

Match each term with a statement below. -Discuss why it is helpful to think of items as instances of a class.

(Essay)
4.8/5
(36)

Object-oriented programmers usually specify that their data fields will have private access.

(True/False)
4.8/5
(37)

When methods have ____,other programs and methods may use the methods to get access to the private data.

(Multiple Choice)
4.9/5
(36)

In older object-oriented programming languages,simple numbers and characters are said to be ____ data types.

(Multiple Choice)
4.9/5
(43)

____ are the characteristics of an object.

(Multiple Choice)
4.8/5
(33)
Showing 21 - 40 of 60
close modal

Filters

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