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?
Diese Übung ist Teil des Kurses
Case Study: Building Software in Python
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
