AP CSA - Inheritance, plus one while loop.

Quiz
•
Computers
•
12th Grade
•
Medium
Susan Moore
Used 12+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider classes Manager and Employee. Which should be the superclass and which should be the subclass?
Manager is the superclass.
Employee is the subclass.
Employee is the superclass.
Manager is the subclass.
Neither. Inheritance is not appropriate in this case.
Answer explanation
Because every manager is an employee but not the other way around, the Manager class is more specialized. It is the subclass, and the Employee is the superclass.
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Which of the following classes BankAccount, CheckingAccount and SavingsAccount would be the superclass?
Answer explanation
CheckingAccount and SavingsAccount both inherit from the more general class BankAccount.
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Consider the method doSomething(Car c). Select all vehicle classes from Figure 1 whose objects cannot be passed to this method.
SUV
Vehicle
Truck
Motorcycle
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Should a class Quiz inherit from the class Question?
Yes
No
Answer explanation
A Quiz class should not inherit from the class Question. A quiz isn't a question. it has questions.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following correctly instantiates a new Painter object?
Painter kahlo = new Painter;
Painter kahlo = Painter();
kahlo Painter = new Painter();
Painter kahlo = new Painter();
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the code segment.
What is the name of the superclass?
Painter
PainterPlus
turnAround
SuperPainter
Answer explanation
The name of the superclass is indicated after the extends keyword. In this example, the superclass is Painter
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Fill in the blank. Inheritance represents a/an ___ relationship.
is-many
has-a
is-a
none of these
Answer explanation
Inheritance represents an is-a relationship. For example, Dog is a Pet.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
TOPCIT Exam Challenge

Quiz
•
12th Grade
6 questions
Object-Oriented Programming Concepts

Quiz
•
12th Grade
10 questions
IBC Practice Quiz 1

Quiz
•
9th - 12th Grade
7 questions
Inheritance

Quiz
•
12th Grade
10 questions
Word Lesson 3 Knowledge Assessment

Quiz
•
9th - 12th Grade
12 questions
APCSA Unit 5.1- 5.4 Review

Quiz
•
12th Grade
6 questions
Review of inheritance & polymorphism

Quiz
•
12th Grade
7 questions
What Do You Remember About Inheritance

Quiz
•
9th - 12th Grade
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