Summary
Keywords
Full Transcript
In today’s python tutorial we will discuss “inheritance”. The video will give insights regarding what is an inheritance, how to implement inheritance in python, how to derive a class from another class, how to create objects of class and the benefits of inheritance. Topics that are covered in this Python Video: 0:00 What is Inheritance? 1:44 Implement Inheritance in python 2:33 Derive a class from another class 4:42 Create objects of class 8:24 Benefits of inheritance (code reuse, extensibility, readability ) Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/17_inheritance/17_inheritance.md Code used in this tutorial: https://github.com/codebasics/py/blob/master/Basics/18_inheritance.py Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. Next Video: 18. Multiple Inheritance [Python 3 Programming Tutorials]: https://www.youtube.com/watch?v=ttMX3Ns_0oY&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=20 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
