LWLambodar Waghmareinlambodarwaghmare.hashnode.dev·Jan 19, 2024 · 5 min readJava Notes-oops1Topic: OOP's Part #1 Introduction to the Classes🔻 Theory: In Java, a class is a blueprint for creating objects, representing real-world entities such as people, places, and things. A class defines a set of attributes (instance variables) and behavio...00
LWLambodar Waghmareinlambodarwaghmare.hashnode.dev·Feb 4, 2023 · 6 min readJava NotesTable of Content: What is the java method? Use of Java methods? Method Vr Function Argument Vr parameter Types of method What is Java Method: Java methods are like little tasks or actions that your Java program can do. You can think of them as...00