4.4  299 reviews on Udemy

Object Oriented Programming for beginners - Using Python

Learn and understand object oriented programming step by step
Course from Udemy
 39707 students enrolled
 en
How to create a class
How to instantiate a class
How to modify a class
Inheritance
Polymorphism
Encapsulation
Abstraction

Object-oriented Programming, or OOP for short, is a programming paradigm which provides a means of structuring programs so that properties and behaviors are bundled into individual objects.

For instance, an object could represent a person with a name property, age, address, etc., with behaviors like walking, talking, breathing, and running. Or an email with properties like recipient list, subject, body, etc., and behaviors like adding attachments and sending.

Put another way, object-oriented programming is an approach for modeling concrete, real-world things like cars as well as relations between things like companies and employees, students and teachers, etc. OOP models real-world entities as software objects, which have some data associated with them and can perform certain functions.

Object-oriented programming is based on the imperative programming paradigm, which uses statements to change a program's state. It focuses on describing how a program should operate.

OOP uses the concept of objects and classes. A class can be thought of as a 'blueprint' for objects. These can have their own attributes (characteristics they possess), and methods (actions they perform).

In this course you will learn the key concepts of object oriented programming which includes:

  • Classes

  • Methods

  • Instantiating

  • Inheritance

  • Polymorphism

  • Encapsulation

  • Abstraction

Object Oriented Programming for beginners - Using Python
$ 19.99
per course
Also check at

FAQs About "Object Oriented Programming for beginners - Using Python"

About

Elektev is on a mission to organize educational content on the Internet and make it easily accessible. Elektev provides users with online course details, reviews and prices on courses aggregated from multiple online education providers.
DISCLOSURE: This page may contain affiliate links, meaning when you click the links and make a purchase, we receive a commission.

SOCIAL NETWORK