objectorientedprogramming
There are 66 repositories under objectorientedprogramming topic.
gowthamrajk/InterviewPreparationKit
This module consists of various Interview Preparation Materials and Possible Programming Questions on various Topics to be covered.
nikhilagrwl07/System-Design
System design and Object Oriented Design (OOD) related interview problems and solutions.
minaahilimtiaz/Library-Management-System-Java
A library management system implement using concepts of OOP in JAVA, GUI desgined using Java Swing and MS SQL as database.
dev-madhurendra/OOPs
This repository is your one-stop resource for exploring Object-Oriented Programming (OOP) concepts in different programming languages.
SharGen/Data-Recovery
Data Recovery python tool to recover deleted files from formatted or corrupted removable drive.
renehorstmann/Mia
Modern Multi Platform Code-Based Engine in C
MohFahmi27/OOP-Project-Python
Public Health Center App Using Python OOP Concept.
m-araf/CPP
Repository contains a collection of C++ projects showcasing various concepts, techniques
soumyadip007/Println-Complete-Core-Java-Tutorials
Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible
nipunmohindra/object-oriented
Python is certainly the most awesome language out there. Just a repository for my reference.
Psingh12354/ImageTransforming
Image Transforming Project contain illnify watermark spotlight greyscale
ayswarya-sundararaman/MovieTrailerWebsite
An Implementation of OOPS using Python
BCarlson1512/RogueGame
Started out as an assignment from an object oriented programming course and the University of Guelph, which has now turned into a personal project, demonstrating my knowledge of oop concepts and anything else I can think of
FahdSeddik/Truck-Delivery-Company-Simulation
A simulation of a truck delivery company written in C++.
HediLengliz/JavaWorkshops
series of constructive java Workshops
mohamedawnallah/Functional-Programming-Scala-3
This Specialization provides a hands-on introduction to functional programming using the widespread programming language, Scala. It begins from the basic building blocks of the functional paradigm, first showing how to use these blocks to solve small problems, before building up to combining these concepts to architect larger functional programs. You'll see how the functional paradigm facilitates parallel and distributed programming, and through a series of hands on examples and programming assignments, you'll learn how to analyze data sets small to large; from parallel programming on multicore architectures, to distributed programming on a cluster using Apache Spark. A final capstone project will allow you to apply the skills you learned by building a large data-intensive application using real-world data.
Olubakinde/BankAccount-MS
This TypeScript Bank Account Management System consists of an Account class for individual accounts and a Bank class to manage multiple accounts. It offers functionalities like creating accounts, depositing and withdrawing funds, checking balances, and transferring funds between accounts.
preethiabraham/Python-Assignments
Python for Business Analytics projects using functions, for loops, while loops, strings and object oriented programming
saeedkohansal/HTML-Editable-Table-OOP-JavaScript
Master Interactive HTML Tables: A Step-by-Step Guide to Editing with Mouse Clicks and Keyboard Navigation, Unlock the power of dynamic web pages with this comprehensive tutorial on making HTML tables editable using both your mouse and keyboard arrow keys. This guide provides clear instructions and practical examples to help you integrate...
sxnnywu/Code-With-Beamy
A desktop app to learn Java's OOP through lessons, escape room game, and assessment.
syauqidamario/oop-java-IF402L
Here is the repository for my practical assignments from the Object-Oriented Programming course in the fourth semester.
Beatrice-Appiah/Tech4Girls_Backend
My assignments in my Tech4Girls- HACSA lessons
chhaviiiii/Order-Management-App
The Order Management Application is a comprehensive tool designed for businesses to manage and track orders efficiently. It caters to various industries, enabling users to add, update, and monitor the status of orders. With a focus on user-friendliness and adaptability.
deeprajbajagain/Banking-System
This Java-based application demonstrates core object-oriented programming principles by managing different types of bank accounts. With a user-friendly interface, you can create accounts, deposit funds, withdraw money, and check balances. Perfect for learning and exploring Java programming concepts!
Karthi-DStech/Object-Oriented-Framework-for-Machine-Learning
This repository offers a fully automated, object-oriented machine learning framework that providing a scalable framework for efficient model training, evaluation, and logging. Supporting various classification algorithms and requiring minimal coding (97% coding-free), it allows users to manage the entire process via command-line arguments.
kordestani79/CS50X-Harvard-University
Solutions to Harvard's CS50x: Introduction to Computer Science, demonstrating practical problem-solving proficiency in computer science and programming.
ManuelAAM/ShopEase
Java-based shopping cart system with a graphical interface using JOptionPanes and JFrames. Features include product management, client-specific carts, and shopping histories. Highlights advanced Object-Oriented Design, Abstract Classes, and Lambda Expressions for optimized performance.
mhdhamka/Smart-Health-Consulting-System
Greetings! Welcome to our group project for course TME 2413 Object-Oriented Software Development for semester 1 21/22.
Silent0Wings/ChatManager
application designed for efficient client profile management. It features modules for creating, storing, and retrieving client information, parsing and validating data strings, and implementing standardized interfaces to ensure consistent client operations across the application.
Silent0Wings/Othello-Game-Variant
this project is an implementation of a variant of the classic board game Othello. The game is developed using object-oriented programming principles, with a focus on flexibility and extensibility. The game supports various starting positions, unplayable squares, and includes functionality for saving and loading game states.
stefanopaolonii/Object-Oriented-Programming
Object-Oriented Programming Exam
arya-io/cpp-basics
A beginner-friendly repository containing basic C++ programs to learn and understand fundamental programming concepts.
devjvs/formacao-logica-de-programacao
Este repositório abriga uma coleção de projetos e códigos desafiadores que exploram conceitos essenciais de programação em diferentes linguagens. Os principais módulos são: Classificador de Nível de Heróis, Calculadora de Partidas Ranqueadas, Classe Genérica para Heróis.
SaiNikhil0904/Object-Oriented-Programming-using-Cpp
Collection of solved problems demonstrating OOPs concepts in C++ with practical implementations.
Silent0Wings/TA-Management-System
The TA Management System is a C++ project designed to manage records of Teaching Assistants (TAs) within a department. The system ensures that only eligible TAs—those who are currently registered students—are maintained in the records. The project involves filtering out records of TAs who have graduated and updating the TA file accordingly.
Ummamali/tracalorie
Tracalorie is a web application that helps users keep track of their daily calorie intake and expenditure. Users can set a calorie goal for the day, add calories consumed from food, and subtract calories burned through workouts. The app provides a clean and simple interface to monitor and manage daily calorie balance effectively.