Exam 11: More Object-Oriented Programming Concepts

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

Code that has already been tested and used in a variety of situations is said to be ____.

(Multiple Choice)
4.8/5
(40)

Programmers use the phrase ____ to describe what happens when worthless or invalid input causes inaccurate or unrealistic results.

(Multiple Choice)
4.8/5
(39)

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.8/5
(32)

In traditional programming,probably the most often used error-handling outcome was to ____.

(Multiple Choice)
4.9/5
(43)

It makes sense that a parent class object has access to its child's data and methods.

(True/False)
4.8/5
(46)

Match each term with a statement below. -A method that has the same name as a class and that establishes an object

(Multiple Choice)
4.8/5
(33)

A class that is used as a basis for inheritance is called a ____ class or a superclass.

(Multiple Choice)
4.8/5
(37)

In OOP languages,a default constructor is created automatically by the compiler for every class you write.

(True/False)
4.8/5
(43)

An abstract class is one from which you can create any concrete objects and from which you can inherit.

(True/False)
4.9/5
(36)

When using ____________________,you can develop new classes more quickly by extending classes that already exist and work.

(Short Answer)
4.9/5
(38)

A(n)____ in a class diagram indicates public access.

(Multiple Choice)
4.8/5
(35)

____________________ is the mechanism by which a child class method is used by default when a parent class contains a method with the same signature.

(Short Answer)
4.7/5
(39)

In some programming languages,such as C#,Visual Basic,and Java,every class you create is a child of one ultimate base class,often called the ____ class.

(Multiple Choice)
4.8/5
(35)

Match each term with a statement below. -Used when you want no outside classes to be able to use a data field,except classes that are children of the original class

(Multiple Choice)
4.9/5
(43)

Explain inheritance.

(Essay)
4.9/5
(39)

Match each term with a statement below. -A class from which you cannot create any concrete objects,but from which you can inherit

(Multiple Choice)
4.9/5
(28)

In several languages,the visual development environment is known by the acronym ____.

(Multiple Choice)
4.8/5
(31)

List three advantages of creating a useful,extendable superclass.

(Essay)
4.8/5
(37)

When properly used,inheritance always involves a ____ relationship.

(Multiple Choice)
4.8/5
(41)

Libraries,collections of classes that serve related purposes,are also called ____________________.

(Short Answer)
4.9/5
(34)
Showing 21 - 40 of 60
close modal

Filters

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