An Overview of Object-Oriented Programming in Python and Topics to be Covered

1 minutes
Share the link to this page
Copied
  Completed
An overview of the OOP in Python: - By the end of this video, you will have an idea of the topics to be covered in the course and - Conceptual understanding of Class and Objects in Python

Transcript

Hi and Hello everyone. In this series video we'll be discussing Python object in class. Python is a multi paradigm programming language that supports multiple programming approach. One of the popular approach to solve problem solving in Python is the creating objects known as object oriented programming. object has characteristics that is, it has attributes and behavior. Now attributes are generally static characteristics and behavior are methods that performs actions.

The concept of open Python that is object oriented programming in Python is focused on creating reusable code that is don't repeat yourself. Everything in Python is an object including integers, floats, functions, classes, etc. The object oriented programming in Python follows some basic principles that is inheritance encapsulation policy. morphism that we will be discussing in detail in the upcoming Python is an object oriented programming language unlike procedural oriented programming language that stress stresses on function. So in Python, we generally create objects. And actually in Python, we generally create classes and from those classes we create multiple objects.

In the next video, we'll be discussing about class and object with some details and examples in the form of programming syntax. I hope you will like this series of video and it will create a better understanding of object oriented programming in Python along with side we will be discussing use case as an example in the form of diagrams in this series. So thank you

Sign Up

Share

Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.