Python Zybooks Module 13 - Inheritance

Python Zybooks Module 13 - Inheritance

University

10 Qs

quiz-placeholder

Similar activities

Pertemuan 9

Pertemuan 9

University

10 Qs

Acid-Base Titrations

Acid-Base Titrations

University

12 Qs

Taxonomy and Classification Vocabulary

Taxonomy and Classification Vocabulary

7th Grade - University

15 Qs

Pertemuan 5

Pertemuan 5

University

10 Qs

Pertemuan 4

Pertemuan 4

University

11 Qs

Uml-профиль

Uml-профиль

University

7 Qs

Inheritance Python Programming

Inheritance Python Programming

University - Professional Development

5 Qs

pokequiz

pokequiz

KG - Professional Development

12 Qs

Python Zybooks Module 13 - Inheritance

Python Zybooks Module 13 - Inheritance

Assessment

Quiz

Science, Other

University

Hard

Created by

Karen Diggs

Used 41+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is a concept where the derived class acquires the attributes of its base class.

Encapsulation

Inheritance

Abstraction

Polymorphism

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Class Healthcare has the methods Pharmacy() and Labs(). Class Hospitals is derived from Healthcare and has the methods Doctor(), Patients(), and Nurses(). Afterh = Hospitals()executes, how many different methods can object h call, ignoring constructors?

7

5

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the base class for the other classes in the given statement.

Planet is derived from SolarSystem; SolarSystem is derived from Galaxy; Galaxy is derived from Universe.

SolarSystem

Planet

Galaxy

Universe

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is not true?

Inheritance tree describes the hierarchy between base and derived classes.

A derived class can access the attributes of all of its base classes via normal attribute reference operations

A derived class inherits the attributes of the base class, and then adds additional attributes

When adding a new derived class, a programmer has to change the base class as well.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A derived class may define a method having the same name as the base class means that:

a derived class method overrides the method of the base class

a base class method overrides the method of the derived class.

the functionality of the method is the same in both derived and base class.

a derived class method overloads the method of the base class.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify which relationship of the everyday items is a has-a relationship.

Baseball/Sport

Truck/Vehicle

University/Library

Aspirin/Medicine

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify which relationship of the everyday items is an is-a relationship.

Basketball/Sport

Car/Transmission

Calculator/Display

Pizza/Topping

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?