Exam 10: Object-Oriented Programming

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

Object-oriented programmers also use the term ____ when describing inheritance.

(Multiple Choice)
4.7/5
(39)

Match each term with a statement below. -The process of combining all of an object's attributes and methods into a single package

(Multiple Choice)
4.8/5
(42)

In most programming languages,you use the word ____ when you want to declare a static class member.

(Multiple Choice)
4.8/5
(34)

Match each term with a statement below. -Describes a group or collection of objects with common attributes

(Multiple Choice)
4.8/5
(35)

When you think in an object-oriented manner,everything is a(n)____________________.

(Short Answer)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(33)

List the two identifiers within a method that always mean exactly the same thing when you write an instance method in a class.

(Essay)
4.8/5
(41)

Match each term with a statement below. -The data components of a class that belong to every instantiated object

(Multiple Choice)
4.7/5
(41)

A ____ method is also known as a help method.

(Multiple Choice)
4.9/5
(38)

Match each term with a statement below. -The process of acquiring the traits of one's predecessors

(Multiple Choice)
4.7/5
(34)

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

(Multiple Choice)
4.9/5
(26)

Match each term with a statement below. -Discuss why the reusability of a class makes it useful.

(Essay)
4.8/5
(38)

____ is a programming model that focuses on an application's components and data and methods the components use.

(Multiple Choice)
4.9/5
(32)

Match each term with a statement below. -An instance of a class

(Multiple Choice)
4.7/5
(24)

Instance variables are often called ____ to help distinguish them from other variables you might use.

(Multiple Choice)
4.9/5
(35)

Discuss nonstatic methods.

(Essay)
4.9/5
(40)

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

(Short Answer)
4.8/5
(32)

____ methods are those for which no object needs to exist.

(Multiple Choice)
4.9/5
(41)

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

(Multiple Choice)
4.9/5
(36)

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

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

Filters

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