Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 280 Bytes

File metadata and controls

2 lines (2 loc) · 280 Bytes

Object-Oriented-Programming-Using-Python

Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).