object-oriented-programming-project
There are 21 repositories under object-oriented-programming-project topic.
harismuneer/Minesweeper-Desktop-Game
💣 An object-oriented clone of the famous Windows game Minesweeper made in Java-Swing Framework following the Model View Controller (MVC) Architecture. Its a stand-alone desktop game which also provides save and load game functionalities.
arasgungore/CMPE160-projects
Three Java projects assigned for the Introduction to Object-Oriented Programming (CMPE 160) course in the Spring 2021 semester.
harismuneer/Zelda-Game
👽 A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etc
recluzegeek/AirLineReservationSystem
A Java-based airline reservation system that uses Object-Oriented Programming. The system can manage customers, admins, flight booking and cancellation. It also includes many other features implemented in Java using OOP concepts like inheritance, encapsulation, association, and composition.
mhamzap10/Parking-Management-System
Parking Management System is used to manage and solve the Parking Problems of the company/Institute. This project is build on Java using NetBeans.
ab-noori/School-Library
A school library application will record the books available in the library and track their borrowers. It will allow new students or teachers to be added, new books to be added, and records of borrowed books and corresponding borrowing dates to be saved. A beautiful and well-organized system will be built to accomplish the task efficiently.
muhammadbadrul1234/ElDorado-Travel-and-Tour-Management-System
The main purpose of this system is to provide a efficient way for a customer to book hotels, flight, train and bus. Also it automates the processes and activities of a travel agency.
ericrangels/OOP
Object-Oriented Programming (C# / Python)
zahidesad/Car-Sales-System
Computer Programming 2 End Of Term Project With Swing
Bryce-Dixon/Aspen
2D C++ Class-Based Object Oriented Game Engine
karlosdaniel451/internship-candidate-finder
Final project of the Object Oriented Programming discipline of my Undergraduate course.
Monkey8596/OOP_Course
A project showcasing OOP principles such as inheritance, polymorphism, and encapsulation. Implements classes, objects, methods, and properties in Python to solve real-world problems.
mahammad-mostafa/food-recipes
This is the group capstone project in the fifth module of the Microverse program. It is a food recipes app built using Ruby on Rails.
ojkalam/quick_php
A Starter Pack for rapid web app development using object-oriented PHP
HamzaZaidiX/E-Cash-App-OOP-Project
E - Cash App (Banking Management System) By Java FX Swing, SQL & XML (GUI based) :. This is the my University Project in which we can open Bank Account, Deposit Money, Widthdraw our Money & Bank Transactions.
mdmahfuz307/Music-Player-App
This repository is used for my University Object Object Design Course Project. Here, I have created a little Project.
SapanaKolambe/Object-Oriented-Programming-Lab
This will help with basics of OOP and give them basic knowledge about the C++ programming language. also list of Assignments on Object Oriented Programming under SPPU university.
Bhaveshpatil45/Object-Oriented-Programming
Comprehensive repository for exploring and implementing Object-Oriented Programming techniques and best practices.
FandosA/Complex_Number_Calculator_OOP
Complex number calculator implemented in C++ based on objects.
SufyanJunaid/Learning-Chatbot
An interactive chatbot for an auto maintenance workshop capable of answering common queries, learning new responses in real-time, and providing emergency contact information. This project demonstrates key OOP concepts including inheritance, polymorphism, composition, and templates.
RaoAkif/Catalogue
This is a Ruby Catalogue CLI designed to keep track of your things (books, movies, music albums and games). This CLI will allow you to add items in lists of various Genre and saving them in Local DB file, to access later, when needed.