Subclass/Subclass

Subclass/Subclass

11th Grade

10 Qs

quiz-placeholder

Similar activities

What Do You Remember About Inheritance

What Do You Remember About Inheritance

9th - 12th Grade

7 Qs

OOP2 Understanding Inheritance in OOP

OOP2 Understanding Inheritance in OOP

11th Grade

10 Qs

CodeHS 4.12 Inheritance

CodeHS 4.12 Inheritance

9th - 12th Grade

7 Qs

Java

Java

11th Grade

10 Qs

Post Test Multilevel Pewarisan

Post Test Multilevel Pewarisan

11th Grade

6 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?