项目作者: debajyoti94

项目描述 :
Object Oriented Programming and some advanced concepts using Python.
高级语言: Python
项目地址: git://github.com/debajyoti94/OOPs.git
创建时间: 2021-01-02T06:25:00Z
项目社区:https://github.com/debajyoti94/OOPs

开源协议:

下载


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