Practical Use of Inheritance

# Introduction **Objectives:** - Learn how to use inheritance to write extensible code. - See a practical use of inheritance by writing a program that must output data in a variety of user-selectable formats such as plain-text, CSV, and HTML. **Files Modified:** `tableformat.py`

|60 : 00

Click the virtual machine below to start practicing