Java Inheritance

Quiz
•
9th - 12th Grade
•
Medium
Daniel Angel
Used 108+ times
FREE Resource
Student preview

15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The following Syntax is used for?
class Subclass-name extends Superclass-name
{
//methods and fields
}
Polymorphism
Encapsulation
Inheritance
None of the above
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
3.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
A class that is inherited is called a ______ . (Select all correct)
super class
sub class
base class
parent class
child class
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Class Cat extends Animal. Which is NOT a valid declaration?
Cat x = new Cat();
Animal X = new Animal();
Cat x = new Animal();
Animal x = new Cat();
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cat class extends Predator class.
Which of the following must be true?
A Cat object has access to all Predator variables and methods.
A Predator object has access to all Cat public variables and methods.
Predator p = new Cat();
causes an error.
Predator p = new Cat();
p has access to Cat methods and uses the Predator implementations.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does polymorphism mean?
Changing shapes
Having many forms
Being unchangeable
Easy
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a free account and access millions of resources
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade