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
(32)

The accessor method is another name for the set method.

(True/False)
4.9/5
(36)

A(n) ____ consists of a rectangle divided into three sections.

(Multiple Choice)
4.8/5
(43)

Explain what private access means in object-oriented programming.

(Essay)
4.8/5
(45)

The term ____ implies that the type's data can be accessed only through methods.

(Multiple Choice)
5.0/5
(45)

Declaring a class does not create actual objects.

(True/False)
4.7/5
(37)

Methods that set values are called ____ methods.

(Multiple Choice)
4.7/5
(42)

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

(Multiple Choice)
4.7/5
(37)

Objects both in the real world and in object-oriented programming contain ____ and methods.

(Multiple Choice)
4.8/5
(46)

List the three parts of a class definition.

(Essay)
4.9/5
(42)

A(n) ____ is a program or class that instantiates objects of another prewritten class.

(Multiple Choice)
4.9/5
(34)

In addition to their attributes, class objects have methods associated with them, and every object that is an instance of a class possesses different methods.

(True/False)
4.7/5
(39)

Discuss why the reusability of a class makes it useful.

(Essay)
4.9/5
(33)

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

(Multiple Choice)
5.0/5
(34)

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

(Multiple Choice)
4.8/5
(48)

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

(Multiple Choice)
4.7/5
(39)

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

(Multiple Choice)
4.8/5
(35)

A ____ method is also known as a help method.

(Multiple Choice)
4.9/5
(28)

A(n) ____ is the adjective defining the type of access (public or private) that outside classes will have to the attribute or method.

(Multiple Choice)
4.9/5
(47)

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

(True/False)
4.8/5
(40)
Showing 21 - 40 of 51
close modal

Filters

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