Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udemy

Object Oriented Programming in Python

via Udemy

This course may be unavailable.

Overview

Learn about classes and objects in Python through some interesting analogies

What you'll learn:
  • Object Oriented Programming in Python

Hey there! This course will give you deep insights on

1. What are classes in Python and how to define them?

2. What are objects and how are they related and differentiated from classes?

3. What are methods and how are they bundled with objects?

4. How do you define an object by its attributes and methods?

5. The concepts of OOP like Encapsulation, Inheritance, Polymorphism

Highlights:

1. An example of complex numbers in Math has been taken and analysed using OOP

2. The concept of Inheritance is actually explained through two famous movies Interstellar and Inception

and a lot more analogies

Nothing more to write here! I'll see you there in my course!

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).

A feature of objects is that an object's own procedures can access and often modify the data fields of itself (objects have a notion of this or self). In OOP, computer programs are designed by making them out of objects that interact with one another.[ OOP languages are diverse, but the most popular ones are class-based, meaning that objects are instances of classes, which also determine their types.

Taught by

Sujithkumar MA

Reviews

3.7 rating at Udemy based on 163 ratings

Start your review of Object Oriented Programming in Python

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.