
AP CSA - Inheritance, plus one while loop.
Authored by Susan Moore
Computers
12th Grade
Used 18+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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 BLANKS QUESTION
1 min • 1 pt
Which of the following classes BankAccount, CheckingAccount and SavingsAccount would be the superclass?
(a)
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.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?