Ali Hashir

Ali Hashir

Hi, I am a High School student, who is highly interested in tech, gadgets, and Gaming. With my knowledge and experience, I want to share my thoughts so that you can decide what better for you.

What is object-oriented programming

What is object-oriented programming in Java?

As referred to by the name, objects are used as primary sources, or hints, of what is about to happen in the code. Here, we will be studying object-oriented ...

.
2/13/2023
.
1 min read

A simple explanation of Java Methods/functions

Generally speaking, a method is a way to carry out a task. Similar to something like this, a Java method is a sequence of instructions that fulfills a partic...

.
1/10/2023
.
1 min read
A simple explanation of Java Methods/functions

Simple explanation of Java Arrays

You must have always wondered about how a menu is created or how values or elements are added to a list or menu. The Java Arrays come in handy in these types...

.
12/24/2022
.
1 min read
Simple explanation of Java Arrays

Simple Explanation of Java Loops

If we need to execute a program twice we don’t feel anything wrong with writing the same code twice, but what if we have to run the code more than 10 times o...

.
11/10/2022
.
1 min read
Simple Explanation of Java Loops