Whenever we set up authentication and authorization using JWT (JSON Web Tokens), it's important to ensure the use of refresh tokens to enhance...
This is one of the four pillars of Object-Oriented Programming. So let's dive in detail to understand what it really is. What is Encapsulation? Just...
When working on any project, you will encounter various situations where you need to utilize dates in different forms. Sometimes, you need to retrieve...
ABSTRACTION In the previous articles, we delve deep into the 2 pillars of OOPs, i.e. Inheritance and Polymorphism. In this, we will understand the...
This article gives an insight into Polymorphism and different ways to achieve it- Run-time Polymorphism & Compile-time Polymorphism ·...
In this article, I will explain the concept of Multiple Inheritance and Hybrid Inheritance along with it's examples in simple words. · Multiple...