The super keyword in Java is used to refer to the immediate parent class object. It is commonly used...
class Try{ public static void main(String[] arg){ int a=5; if(a==5) System.out.println("b"); ...
Using No-Argument Constructor and Parameterised Constructor public class Student { int...
Constructors In object-oriented programming, a constructor is a special method within a class that is...
Polymorphism What is Polymorphism? Polymorphism is often referred to as the third pillar of...
Why have I chosen this topic, " Ask why every time" because I started with the topic (type casting),...
We will discuss an important topic in object-oriented systems: classes and objects. This will not go...
In today's blog, I am going to share an important lesson that I have learned from our communication...
Scratch Java program using Arithmetic operations What are the Arithmetic operations?...
** Why do we need git first? ** To connect all team members in one place, we use git, which makes it...
Imagine turning your old laptop into a fast machine--for free, in under 30 minutes. Let's make it...
Came with Big Dreams and vision to achieve knowledge I woke up At 6 AM with a great excitement to...