HOME > Development > Python Object Oriented Programming (OOPs)

Python Object Oriented Programming (OOPs)

  • Development
  • Jan 24, 2025
SynopsisPython Object Oriented Programming (OOPs , available at $44.9...
Python Object Oriented Programming (OOPs)  No.1

Python Object Oriented Programming (OOPs), available at $44.99, has an average rating of 4.35, with 29 lectures, 1 quizzes, based on 53 reviews, and has 1464 subscribers.

You will learn about What is Encapsulation What is Abstraction What is inheritance What is polymorphism Creating Our First Class In Python Difference between instance variable and class variable Self & __init__() (Constructors) Class Methods In Python Class Methods As Alternative Constructors Class Methods As Alternative Constructors Static Methods In Python What is Abstraction and Encapsulation introduction Inheritance in Python Public, Private & Protected Access Specifiers introduction of polymorphism Super() and Overriding In Classes Diamond Shape Problem In Multiple Inheritance Operator Overloading & Dunder Methods This course is ideal for individuals who are beginners who want to understand what is object oriented programming It is particularly useful for beginners who want to understand what is object oriented programming.

Enroll now: Python Object Oriented Programming (OOPs)

Summary

Title: Python Object Oriented Programming (OOPs)

Price: $44.99

Average Rating: 4.35

Number of Lectures: 29

Number of Quizzes: 1

Number of Published Lectures: 29

Number of Published Quizzes: 1

Number of Curriculum Items: 30

Number of Published Curriculum Objects: 30

Original Price: $89.99

Quality Status: approved

Status: Live

What You Will Learn

  • What is Encapsulation
  • What is Abstraction
  • What is inheritance
  • What is polymorphism
  • Creating Our First Class In Python
  • Difference between instance variable and class variable
  • Self & __init__() (Constructors)
  • Class Methods In Python
  • Class Methods As Alternative Constructors
  • Class Methods As Alternative Constructors
  • Static Methods In Python
  • What is Abstraction and Encapsulation
  • introduction Inheritance in Python
  • Public, Private & Protected Access Specifiers
  • introduction of polymorphism
  • Super() and Overriding In Classes
  • Diamond Shape Problem In Multiple Inheritance
  • Operator Overloading & Dunder Methods
  • Who Should Attend

  • beginners who want to understand what is object oriented programming
  • Target Audiences

  • beginners who want to understand what is object oriented programming
  • If you already know Python basics, then this course is the next step in your Python learning path to becoming a Python programmer.

    this course is specially made for beginners, who want to understand what is object-oriented programming in Python.

    In Python, object-oriented Programming (OOPs) is a programming paradigm that uses objects and classes in programming. It aims to implement real-world entities like inheritance, polymorphisms, encapsulation, etc. in the programming. The central concept of OOPs is to bind the data and the functions that work on that together as a single unit so that no other part of the code can access this data.

    Main Concepts of Object-Oriented Programming (OOPs)

  • Class

  • Objects

  • Polymorphism

  • Encapsulation

  • Inheritance

  • Data Abstraction

  • Class

    A class is a collection of objects. A class contains the blueprints or the prototype from which the objects are being created. It is a logical entity that contains some attributes and methods.

    To understand the need for creating a class let’s consider an example, let’s say you wanted to track the number of dogs that may have different attributes like breed, and age. If a list is used, the first element could represent the dog’s breed while the second could represent its age. Let’s suppose there are 100 different dogs, then how would you know which element is supposed to be which? What if you wanted to add other properties to these dogs? This lacks organization and it’s the exact need for classes.

    Objects

    The object is an entity that has a state and behavior associated with it. It may be any real-world object like a mouse, keyboard, chair, table, pen, etc. Integers, strings, floating-point numbers, even arrays, and dictionaries, are all objects. More specifically, any single integer or any single string is an object. The number 12 is an object, the string “Hello, world” is an object, a list is an object that can hold other objects, and so on. You’ve been using objects all along and may not even realize it.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Chapter 2: Concept of object oriented programming

    Lecture 1: What is Encapsulation

    Lecture 2: What is Abstraction

    Lecture 3: What is inheritance

    Lecture 4: What is polymorphism

    Chapter 3: Creating Our First Class In Python

    Lecture 1: Creating Our First Class In Python

    Chapter 4: Difference between instance variable and class variable

    Lecture 1: Difference between instance variable and class variable

    Chapter 5: Self & __init__() (Constructors) in python

    Lecture 1: Self & __init__() (Constructors)

    Chapter 6: Class Methods In Python

    Lecture 1: Class Methods In Python

    Chapter 7: Class Methods As Alternative Constructors

    Lecture 1: Class Methods As Alternative Constructors

    Chapter 8: Static Methods In Python

    Lecture 1: Static Methods In Python

    Chapter 9: What is Abstraction and Encapsulation

    Lecture 1: What is Abstraction and Encapsulation

    Chapter 10: introduction Inheritance in Python

    Lecture 1: introduction Inheritance & single level inheritance

    Lecture 2: single inheritance with constructor

    Lecture 3: Multiple Inheritance

    Lecture 4: Multilevel inheritance in Python

    Chapter 11: Public, Private & Protected Access Specifiers

    Lecture 1: Public, Private & Protected Access Specifiers

    Chapter 12: introduction of polymorphism

    Lecture 1: introduction of polymorphism

    Chapter 13: Super() and Overriding In Classes

    Lecture 1: Super() and Overriding In Classes

    Chapter 14: Diamond Shape Problem In Multiple Inheritance

    Lecture 1: Diamond Shape Problem In Multiple Inheritance

    Chapter 15: Operator Overloading & Dunder Methods

    Lecture 1: Operator Overloading & Dunder Methods

    Chapter 16: Project : library management system

    Lecture 1: project introduction

    Lecture 2: creating class for library

    Lecture 3: creating Menu option and function

    Lecture 4: create exit and display book option

    Lecture 5: create lend book function

    Lecture 6: creating return book function

    Lecture 7: creating Add book function

    Lecture 8: Creating Delete book function

    Instructors

  • Python Object Oriented Programming (OOPs)  No.2
    Jayanta Sarkar
    I am a Python programmer and full stack web developer
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 1 votes
  • 3 stars: 4 votes
  • 4 stars: 20 votes
  • 5 stars: 27 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!