Object Oriented Programming (OOP)computer programming model that organizes software design around data, or objects, rather than function and logics By
So far, we have learned..programmer can make new type of data using Python's classclass is composed of data and methods (functions) which handle the d
Previously, we learned that the functions defined within the Class are methods and that we will assume that the first parameter of methods must be sel
It is important to understand the difference between class and instance. To do so, we must familiarize ourselves to concept of namespace. Namespace d
The previous post talked about namespace of class and instances and its relationship. On this post, we will be learning about class variable and insta
Inheritance In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object or class, retaining similar