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
Object-oriented Java console application that simulates a zoo mgmt system where users manage different animal types (mammals, birds & fish). The project demonstrates OOP concepts like inheritance, interfaces, encapsulation, & class interaction. Manages animals, employees & veterinary operations for Object-Oriented Programming module at CCT College.
LibraryManagementSystem is a Java console application for managing a library. It allows users to add, search, remove, sort, and sell books, with features like binary search for book lookup and quick sort for price-based sorting. It also tracks sold books and total sales revenue.
This project is a console-based banking management system implemented in Java. It provides functionalities for both administrators (accountants) and customers to perform various banking operations such as account management, balance inquiries, deposits, withdrawals, and fund transfers.
A Java console-based restaurant ordering and billing system with menu selection, quantity ordering, bill generation, discount & GST calculation, and payment simulation.