Exam 11: More Object Oriented Programming Concepts

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

Describe the components of a try block.

(Essay)
4.7/5
(32)

The most common way to declare a destructor explicitly is to use an identifier that consists of ____.

(Multiple Choice)
4.8/5
(35)

You can create constructors for a class with or without parameters.

(True/False)
4.8/5
(45)

Explain composition.

(Essay)
4.9/5
(40)

Explain constructors.

(Essay)
4.8/5
(34)

If an exception is thrown, it is passed to a block of code that can ____, which means to receive it in a block that can handle the problem.

(Multiple Choice)
4.9/5
(34)

Discuss the general principle of exception handling in object-oriented programming.

(Essay)
4.8/5
(43)

You cannot provide parameters to a destructor; it must have an empty parameter list.

(True/False)
4.8/5
(35)

____ are stored collections of classes that serve related purposes

(Multiple Choice)
4.8/5
(47)

If a constructor requires arguments, it is a ____ constructor.

(Multiple Choice)
4.8/5
(34)

The relationship created with composition is called a(n) ____ relationship.

(Multiple Choice)
4.7/5
(31)
Showing 41 - 51 of 51
close modal

Filters

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