Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.23 KB

File metadata and controls

48 lines (34 loc) · 1.23 KB

Object Oriented Programming and Design Crash Course

Instructor: Ahmed Shafique

This course is available on Udemy also on the Upworks Projects. OOD and OOP

How to use download this course labs?🤔

Here are some steps to download this course codes:😲

  1. Click on the green button nameed as code in this page.
  2. Click to fork the repository.
  3. After forked it click on clone the repository and saved it in your laptop/pc where you want to save it.
  4. Open the parent folder of this repository named as Python OOP in your vs code.

You see its easy😉

Course Content of the OOP by Python

In this course I used three languages to understand the concepts of Object Oriented Programming to the students more quickly and easily.

Section. 01

Section. 02

Code files:

  • code1.py
  • code2.py
  • code3.py

1st🥇 case study solved by object oriented programming

  • CS1_code.py

Section. 03

Constructor Constructor.pptx Code files:

  • code4.py
  • code5.py

2nd🥈 case study solved by object oriented programming

  • CS2_code.py

Section. 04

Inheritance and its types and uses Inheritance.pptx Code files:

  • code6.py
  • code7.py
  • code8.py