Ratings & reviews

This course does not have any reviews.
Your review could be the first one.

0%
0%
0%
0%
0%
info

Complete all chapters to get certificate

0%

OOP project

chevron

In this project, we are going to understand what Object Oriented Programming (OOP) is and how we can implement it in Python.

Introduction

Creating a Class

Creating an Object

Accessing Attributes

Defining Methods

Calling Methods

Inheritance

Method Overriding

Method Overloading