Inheritance and Composition: A Python OOP Guide Quiz

Interactive Quiz ⋅ 7 Questions
By Martin Breuss

In this quiz, you’ll test your understanding of Inheritance and Composition in Python.

By working through this quiz, you’ll revisit how to use inheritance and composition in Python, model class hierarchies, and use multiple inheritance.

The quiz contains 7 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

Related Resources

Course

Inheritance and Composition: A Python OOP Guide

In this step-by-step course, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.

intermediate best-practices python

Tutorial

Inheritance and Composition: A Python OOP Guide

In this step-by-step tutorial, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.

intermediate best-practices python