You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java-based Office Management System focused on employee and client management. Demonstrates key OOP concepts like inheritance, encapsulation, and abstraction with a clean UML-driven design. Ideal for learning object-oriented programming and software design patterns in Java.
JavaSE11-ClassTask is a Java SE project for learning and practicing object-oriented programming concepts. It includes entity classes, repositories, and services for managing data like Persons and Cars. The project demonstrates the use of Lombok, singleton services, and basic CRUD operations in memory.