Java Inheritance Flashcard

Flashcard
•
Computers
•
11th Grade
•
Hard
Keith Fiore
FREE Resource
Student preview

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What keyword is used to inherit a class in Java?
Back
extends
2.
FLASHCARD QUESTION
Front
Which of the following is true about the superclass and subclass relationship in Java?
Back
A subclass cannot access the private members of its superclass.
3.
FLASHCARD QUESTION
Front
What is method overriding in Java?
Back
Providing a specific implementation of a method that is already provided by its superclass.
4.
FLASHCARD QUESTION
Front
Correct way to call a superclass method from a subclass in Java: super.methodName();, this.methodName();, superclass.methodName();, methodName();
Back
super.methodName();
5.
FLASHCARD QUESTION
Front
If a method is declared as final in the superclass, what can the subclass do with this method?
Back
The subclass cannot override the method.
6.
FLASHCARD QUESTION
Front
Which of the following is NOT a rule for method overriding in Java?
- The argument list must exactly match that of the overridden method.
- The return type must be the same or a subtype of the return type declared in the original overridden method.
- A method declared final cannot be overridden.
- The overriding method must always be static if the overridden method is static.
Back
The overriding method must always be static if the overridden method is static.
7.
FLASHCARD QUESTION
Front
What happens if the `@Override` annotation is used with a method that does not override a superclass method?
Back
The compiler will generate an error.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
The Pomodoro Method Flashcard

Flashcard
•
12th Grade
11 questions
Object-Oriented Programming Concepts

Flashcard
•
University
15 questions
Flashcard on Object Oriented Programming and Java

Flashcard
•
University
8 questions
Understanding JDBC Basics

Flashcard
•
12th Grade
13 questions
Java Classes and Objects

Flashcard
•
12th Grade
13 questions
Recordando concepto JS

Flashcard
•
10th Grade
9 questions
Java String and Character Classes Revision

Flashcard
•
11th Grade
14 questions
Milady 14th ed. Hair Removal Flashcard

Flashcard
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade