Subclass/Subclass

Subclass/Subclass

11th Grade

10 Qs

quiz-placeholder

Similar activities

GADV 03 - Scripting

GADV 03 - Scripting

9th - 12th Grade

10 Qs

CodeHS 4.15 Interfaces

CodeHS 4.15 Interfaces

9th - 12th Grade

10 Qs

OOP2 Understanding Inheritance in OOP

OOP2 Understanding Inheritance in OOP

11th Grade

10 Qs

Java Inheritance Quiz

Java Inheritance Quiz

11th Grade

10 Qs

CodeHS 4.14 Polymorphism

CodeHS 4.14 Polymorphism

9th - 12th Grade

10 Qs

Python L2- Quiz 6

Python L2- Quiz 6

5th - 12th Grade

8 Qs

AP Exam Review

AP Exam Review

11th Grade

10 Qs

Subclass/Subclass

Subclass/Subclass

Assessment

Interactive Video

Computers

11th Grade

Easy

Created by

Angel Ligon

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a 'has a' relationship in classes represent?

Instance variables within a class

A method within a class

A superclass extending a subclass

A subclass extending a superclass

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about the 'is a' relationship?

It describes a more specific version of something

A student has a person

It is always symmetrical

Every person is a student

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an example of an 'is a' relationship?

Every dog is an animal

A worker has a job title

A person has a name

A student has a person

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute would only be found in a Student class and not in a Person class?

Name

Job title

Birthday

Grade

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class would have a method to calculate GPA?

Person

Student

Animal

Worker

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a superclass?

To prevent code reuse

To store specific attributes of a subclass

To create a 'has a' relationship

To allow subclasses to inherit common attributes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a subclass from a superclass?

Using the 'extends' keyword

By copying all attributes from the superclass

Subclasses cannot be created from superclasses

Using the 'implements' keyword

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?