Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 329 Bytes

File metadata and controls

9 lines (7 loc) · 329 Bytes
group hidden
Advanced
true

Advanced Object-Oriented Programming with Python

In this section we look at some more advanced OOP concepts, such as multiple inheritance, abstract classes, interfaces, and properties.

These are not things you'll use very often, but they are tools in your arsenal which can come in handy!