Get startedGet started for free

Multilevel inheritance

You learned about multilevel inheritance in this chapter. The MortgageCalculator class inherits from the FinancialCalculator class, which in turn inherits from the BasicCalculator class. This makes the MortgageCalculator an example of multilevel inheritance.

Which of the following is a true statement about multilevel inheritance?

This exercise is part of the course

Case Study: Building Software in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise