Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 363 Bytes

Object Oriented Programming-OOP

This repository contains the code for implementing OOP and some advanced concepts in Python. The following concepts are covered in this repo:

  • Encapsulation
  • Inheritance
  • Building custom exception classes
  • Building unit test modules using Pytest
  • Inheriting from built-in classes and overriding the functionality