- Thu 01 December 2022
- python
Thu 01 December 2022
Object Oriented Programming In Python: Part 2
In the last article we looked act object oriented programming in python, I explained what objects, attributes and methods or functions are the fundamentals of OOP. In this article we will be looking at four important concepts of object-oriented programming. Inheritance Abstraction Encapsulation Polymorphism Inheritance Inheritance involves two or more …
Read more →