Exam 10: Object-Oriented Programming

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

Match each term with a statement below. -A program or class that instantiates objects of another prewritten class

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

B

No object is necessary with a static method.

Free
(True/False)
4.8/5
(43)
Correct Answer:
Verified

True

Match each term with a statement below. -The concept that other classes should not alter an object's attributes-only the methods of an object's own class should have that privilege

Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
Verified

E

Within any object-oriented program,you continuously make requests to an object's methods,often including arguments as part of those requests.

(True/False)
4.8/5
(39)

Methods in a class are static instance methods by default.

(True/False)
4.7/5
(45)

Match each term with a statement below. -Simple numbers and characters

(Multiple Choice)
4.9/5
(34)

All methods require a this reference.

(True/False)
4.8/5
(33)

Methods that set values are called ____ methods.

(Multiple Choice)
4.7/5
(37)

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

(Multiple Choice)
4.7/5
(36)

The process of combining all of an object's attributes and methods into a single package is ____.

(Multiple Choice)
4.9/5
(44)

Match each term with a statement below. -Describe what class diagrams list by convention.

(Essay)
4.8/5
(36)

Match each term with a statement below. -Explain encapsulation and information hiding.

(Essay)
4.8/5
(38)

Discuss static methods.

(Essay)
5.0/5
(31)

Class diagrams consists of a rectangle divided into three sections.

(True/False)
4.8/5
(38)

A(n)____ is a programmer-defined type,such as a class.

(Multiple Choice)
4.7/5
(34)

Match each term with a statement below. -List five important features of object-oriented languages.

(Essay)
4.8/5
(34)

A program or class that instantiates objects of another prewritten class is a ____________________ .

(Short Answer)
4.9/5
(34)

The accessor method is another name for the set method.

(True/False)
4.9/5
(31)

____ methods are methods that exist to be used with an object created from a class.

(Multiple Choice)
4.8/5
(39)

Match each term with a statement below. -The set of all the values or contents of a class object's instance variables

(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 60
close modal

Filters

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