day-13:

Datatypes: Premite โ›ถpublic class Honda { int price; String brand; boolean fhd; public static void main(){ Honda activa = new Honda(); Honda dia = new Honda(); ...
0 Read More

Day 5: Static Methods

*static in Java * In Java, the static keyword is used to define class-level members (variables, methods, blocks, and nested classes) that belong to the class itself rather than to individual ...
0 Read More