Beginner Python Tutorial 20 | Construct & Destruct

We play with OOP a little bit once again and I try to explain as simply as I can what Construct and Destruct do. Don't worry if you don't follow this, it's good to get the basics of it in your head so later it will sink in. Basically when you make an Object from a Class template, you can use "magic" functions that can be called automatically (or in other special cases) -- In this case they are called when you -- 1: You create the object (Construct) or 2: When you delete the object (Destruct). Python OOP Construct.

This is a Python Tutorial brought to you by JREAM.com. You can download Python at Python.org



Thanks for watching my video tutorials! I hope they help and make your learning easier.