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
(38)

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

(Multiple Choice)
4.8/5
(33)

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

(Short Answer)
4.9/5
(43)

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

(Short Answer)
4.9/5
(31)

Explain how to create your own throwable Exception .

(Essay)
4.8/5
(30)

Discuss exception handling.

(Essay)
4.7/5
(29)

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

(True/False)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(37)

A derived class always ____ case or instance of the more general base class.

(Multiple Choice)
4.9/5
(39)

When a data field within a class is ____, no outside class can use it-including a child class.

(Multiple Choice)
4.8/5
(34)

A method's name and a list of argument types together are its ____.

(Multiple Choice)
4.8/5
(43)

Describe the Object class.

(Essay)
4.9/5
(42)

By using standard component classes, programmers are assured that the GUI components in their programs have the same look and feel as those in other programs.

(True/False)
4.7/5
(42)

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

List the elements you would use to create a catch block.

(Essay)
4.9/5
(31)

The capability to inherit from more than one class is called ____ inheritance.

(Multiple Choice)
4.9/5
(35)

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

(True/False)
4.8/5
(39)

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

(Multiple Choice)
4.9/5
(37)

Explain inheritance.

(Essay)
4.8/5
(42)

The built-in Exception s in a programming language can cover every condition that might be an Exception in your applications.

(True/False)
4.9/5
(35)
Showing 21 - 40 of 51
close modal

Filters

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