Ninjas Training Coding Problem

Problem statement Ninja is planing this ‘N’ days-long training schedule. Each day, he can perform any one of these three activities. (Running, Fighting Practice or Learning New Moves). Ea...
0 Read More

Singleton

At first glance, on the software world, singleton its’ a design pattern that means one unique instance only.By refactoring guru the word intent is to be: A creational design pattern that lets you en...
0 Read More

DAY : 24 TYPES OF INHERITANCE.

DAY : 24 TYPES OF INHERITANCE.
What is inheritanceChild object behave a parent object Keyword - ExtendsInheritance in Java enables a class to inherit properties and actions from another class, called a superclass or parent class. A...
0 Read More