Exam 14: Object-Oriented Programming

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

___________ are created from abstract data types that encapsulate data and functions together.

Free
(Short Answer)
4.9/5
(41)
Correct Answer:
Verified

Objects

A ________ is the 'blueprint' of the object that is created from it.

Free
(Short Answer)
4.8/5
(34)
Correct Answer:
Verified

class

______________ refers to the combining of data and code into a single object.

Free
(Short Answer)
4.8/5
(40)
Correct Answer:
Verified

Encapsulation

The programmer determines the fields and methods of an object and creates the ______ code.

(Multiple Choice)
4.7/5
(36)

____________________ allows a new class to extend an existing class.

(Multiple Choice)
4.8/5
(38)

The key word ___________ creates the object in memory.

(Short Answer)
4.9/5
(36)

What type of programming is centered on the procedures or actions that take place in a program?

(Multiple Choice)
4.8/5
(38)

Procedures,typically,operate on data items that are within the procedure.

(True/False)
4.8/5
(41)

____________ programming is a method of writing software where it is centered on the procedures or actions that take place in a program.

(Short Answer)
4.8/5
(37)

____________ refers to an object's ability to hide its data from code that is outside the object.

(Short Answer)
4.9/5
(38)

The procedures that the object performs are known as ____________.

(Multiple Choice)
4.7/5
(34)

The object's ___________ are the modules and functions of the object.

(Short Answer)
4.9/5
(36)

What type of programming encapsulates data and functions together in an object?

(Multiple Choice)
4.9/5
(34)

Which of the following are contained in a UML diagram for a class?

(Multiple Choice)
4.8/5
(31)

________________________ is a standard way of drawing diagrams that describe object-oriented systems.

(Multiple Choice)
4.8/5
(44)

In a UML diagram what character do you place in front of a field of method name to indicate it is public?

(Multiple Choice)
4.8/5
(32)

The separation of data and the code that operates on the data can lead to problems as a program becomes larger and more complex.

(Short Answer)
4.9/5
(37)

What software entity contains both data and procedures?

(Multiple Choice)
4.8/5
(34)

Which method is called automatically when an object is created?

(Multiple Choice)
4.8/5
(41)

A method that gets a value from a class's field but does not change it is known as a(n)____________ method.

(Short Answer)
4.8/5
(42)
Showing 1 - 20 of 43
close modal

Filters

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