Exam 4: More Object Concepts

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

public class StudentScores {    private int ScoreOne;    private int ScoreTwo;    private int ScoreThree; ____ ____ ____ ____ ____ } Using the code above, fill in the blank lines provided to create a constructor that will require parameters for the three score data fields. Be sure to include the necessary brackets and semicolons.

(Essay)
4.9/5
(40)

What is a reference and what is the meaning of the keyword this ?

(Essay)
5.0/5
(28)

The ____ statement notifies the program that you will be using the data and method names that are part of the imported class or package.

(Multiple Choice)
4.7/5
(38)

When calling this() from a constructor, it must be the ____ statement within the constructor.

(Multiple Choice)
4.8/5
(37)

The compiler determines which version of a method to call by the method's ____.

(Multiple Choice)
4.8/5
(36)

When you pass a(n) ____________________, you pass a memory address.

(Short Answer)
4.8/5
(36)
Showing 61 - 66 of 66
close modal

Filters

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