#object-oriented-programming
Read more stories on Hashnode
Articles with this tag
Everything is an object ยท The object-Oriented Paradigm is a style of programming in which everything is considered to be an object. An object here is an...
In this post, we are going to learn about private fields in JavaScript. Before we start, I will like to apologise for not having updated my blog in...
Abstract Base Class - Python An abstract base class is a class defined as a blueprint for other classes. Abstract base classes are a powerful feature...