Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 982 Bytes

File metadata and controls

30 lines (23 loc) · 982 Bytes

Java Programs - BCA Semester 3

This repository contains my daily classroom practice codes and lab assignments for Java Programming during my BCA Semester 3 course.

📂 Repository Structure

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 with Employee class using private fields, default/parameterized constructors, and getter methods.

Topics Covered

  • Object-Oriented Programming (OOPs) Concepts
  • Class & Object Definitions
  • Constructor Overloading and Parameterized Constructors

How to Run Locally

  1. Clone this repository:
    git clone https://github.com
  2. Navigate to the specific date folder.
  3. Compile and run using terminal:
    javac FileName.java
    java FileName

Maintained by Piyush Rathva.