Welcome to Week 3 of my Java Upskilling Journey!
This week, I focused on deepening my understanding of:
- β Object-Oriented Programming (OOPs)
- β Java's ArrayList
- β Java Collections Framework
To solidify these concepts, Iβve built three beginner-friendly mini projects. This repository contains all three, each designed to reinforce specific Java topics.
This project demonstrates OOP principles such as encapsulation, constructors, and class-object structure.
- Classes and Objects
- Constructor Initialization
- Access Modifiers (
private,public)
javac StudentManager.java
java StudentManager