#java
Read more stories on Hashnode
Articles with this tag
Ok, let's start by telling my laptop configuration, it has 8GB RAM and an i3,10th generation processor. What's yours? There is very less chance that...
So, after a long time! Finally my exams are over and I am back to real-learning. In this blog we will be creating Custom Array Lists and then...
Today we will design a car in Java by using Interfaces. Firstly I should define What interface is and How to use it. As we know that in Java we cannot...
Assume a real-life problem that you want to create a parent class in which a function is declared and now it's children classes want to take the same...
Another very useful property of OOPs is Polymorphism. Today we will try to get familiar with it. What does Polymorphism mean in very general case?...
Today we will learn about Inheritance in Java. What is Inheritance in a general way or non-programming way? It’s basically the transfer of some...