Skip to content

A simple Java project demonstrating basic OOP concepts such as classes, objects, encapsulation, constructors, and ArrayList handling.

Notifications You must be signed in to change notification settings

Muhamadhaboush/MinStudentProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Manager

A simple Java console application to manage student information. You can add students with their name and age, and display the full list.

Features

Add multiple students interactively. Store student details using ArrayList. View the complete list of students with their names and ages. Update student age if needed (method included in Student class). Handles invalid input gracefully.

Notes

Uses Object-Oriented Programming principles (Student class with getters, setters, and methods). Great for learning Java basics: ArrayLists, classes, methods, and exception handling. Designed for console-based interaction; ideal for small-scale student management tasks.

About

A simple Java project demonstrating basic OOP concepts such as classes, objects, encapsulation, constructors, and ArrayList handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages