This repository contains my daily classroom practice codes and lab assignments for Java Programming during my BCA Semester 3 course.
The programs are organized into separate folders by date to keep track of daily learning progress:
03-08-2026/: Object and Class initialization, constructor practice (constructor-Vehicle).04-08-2026/: Implementation of encapsulation withEmployeeclass using private fields, default/parameterized constructors, and getter methods.
- Object-Oriented Programming (OOPs) Concepts
- Class & Object Definitions
- Constructor Overloading and Parameterized Constructors
- Clone this repository:
git clone https://github.com
- Navigate to the specific date folder.
- Compile and run using terminal:
javac FileName.java java FileName
Maintained by Piyush Rathva.