U9 Video 9.3

Interactive Video
•
Computers
•
11th Grade
•
Easy
Lauren Wheelwright
Used 2+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When does a method override occur?
Anytime we use the @Override on the line before the method in the subclass.
Anytime we use the @Override on the line before the method in the superclass.
Anytime we use the @Override on the line before the method in the subclass and the method signatures match.
Anytime a subclass method signature matches that of the superclass
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why do we use the @Override in our code?
When we use it, the compiler checks that we are actually overriding the method we intended to.
It is required to override a method.
It tells Java to skip that method in the code.
It tells Java to exit out of the code at this point.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why might we want to override a superclass method? Select the best option.
We override methods so that we can see how a method is working within the class.
We override methods because superclasses cannot correctly define most subclass behaviors.
We override a method because a subclass needs to define a behavior in a different way than the superclass.
We override methods to make Java run more efficiently.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does Java determine the order to execute methods between superclasses and subclasses?
Java first looks in a subclass for a method signature. If it is found there, it executes that method. Otherwise it checks the superclass methods
Java first looks in a superclass for a method signature. If it is found there, it executes that method. Otherwise it checks the subclass methods.
Java first looks in a superclass for a method signature. If it is found there, it executes that method after checking the subclass for an override.
Java starts in the Object class and works its way down the hierarchy until it finds the correct method signature.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
From a design perspective, what goes in the subclass?
Modified/Overridden methods
Additional instance variables specific to the subclass
Additional methods specific to the subclass
All of these options
Similar Resources on Wayground
8 questions
Modern JavaScript from the Beginning - Second Edition - Class Inheritance

Interactive video
•
University
6 questions
Application Development with Swift 2 (Video 12)

Interactive video
•
University
4 questions
Java Interview Guide : 200+ Interview Questions and Answers - Constructors - this() and super()

Interactive video
•
University
11 questions
Core Java Programming Course- Class Inheritance

Interactive video
•
University
2 questions
The Legislative Branch Of Government - How A Bill Becomes A Law

Interactive video
•
10th - 12th Grade
2 questions
Python - Object-Oriented Programming - Class Inheritance

Interactive video
•
University
6 questions
Behavioral Design Patterns in C++ - Template Method - III

Interactive video
•
University
2 questions
Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Custom NN Module

Interactive video
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade