Exam 3: Using Methods, Classes, and Objects

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

Match each term with the correct statement below. -Variables you declare within a class, but outside of any method

(Multiple Choice)
4.9/5
(38)

Application classes frequently instantiate objects that use the objects of other classes.

(True/False)
4.8/5
(48)

Match each term with the correct statement below. -Variables in the method declaration that accept the values from the actual parameters

(Multiple Choice)
4.8/5
(35)

When creating a method that requires multiple parameters, why would a programmer need to understand a method's signature, and why must a method call match the called method's signature?

(Essay)
4.9/5
(38)

Method names that begin with ____ and set are very typical.

(Multiple Choice)
5.0/5
(40)

A(n) ____ constructor is one that requires no arguments.

(Multiple Choice)
4.8/5
(40)

What are the four components of a method header?

(Essay)
4.9/5
(32)

When talking about inheritance, why do programmers use the phrase "is a"?

(Essay)
4.8/5
(41)
Showing 61 - 68 of 68
close modal

Filters

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