Book Image

Object-oriented Programming with Python - A Practical Guide [Video]

By : Shubham Sarda
Book Image

Object-oriented Programming with Python - A Practical Guide [Video]

By: Shubham Sarda

Overview of this book

Welcome to Object-Oriented Programming With Python-A Practical Guide, a one-stop course that will kick-start your object-oriented journey step-by-step, This course covers every important concept of OOPS with its latest version Python 3.7. OOP is one of the most important programming concepts because it: Makes visualization easier (as closest as possible to real-world scenarios) Reuses code, saves time, reduces code lines, and shrinks your project. Makes code readable by adding a structure to data with related methods. Uses modularity for easier troubleshooting Reuses code through inheritance Imparts flexibility through polymorphism This course will help you explore classes, objects, abstraction, encapsulation, inheritance, and polymorphism. We also focus on the DRY (Don't Repeat Yourself) approach to improving our code-writing and problem-solving skills. Throughout the course, you will get tons of quiz, sample code, and theory material to help you revise the course effectively. After completing this course, you will have attained the industry standard and will be ready to work as an intern, fresher, or freelancer; you will also be able to implement everything you need on your website. All the supporting course files are placed at-https://github.com/PacktPublishing/Object-oriented-Programming-With-Python---A-Practical-Guide
Table of Contents (9 chapters)
Chapter 4
Inheritance
Content Locked
Section 2
Getter and Setter
Inheritance: Getter and Setter