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?
Cet exercice fait partie du cours
<cours>Case Study: Building Software in Python</cours>Exercice interactif pratique
Transformez la théorie en action avec l’un de nos exercices interactifs
Commencer l’exercice