GitHub topics: oop-concepts
govardhansbhati/OOP-concepts
Easy-to-understand Swift examples demonstrating core OOP concepts like encapsulation, inheritance, polymorphism, and more.
Language: Swift - Size: 4.88 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

arasgungore/CMPE160-projects
Three Java projects assigned for the Introduction to Object-Oriented Programming (CMPE 160) course in the Spring 2021 semester.
Language: Java - Size: 2.13 MB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 62 - Forks: 17

Vnntnn/Flora-Heaven
Flora Heaven mini Indie game - This project is a part of Object-Oriented Programming (OOP) at Faculty of Information Technology, KMITL
Language: Java - Size: 27 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

42YerevanProjects/cpp_modules
CPP modules of 42 school
Language: C++ - Size: 3.18 MB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 23 - Forks: 1

harismuneer/Zelda-Game
👽 A text based adventure game made using concepts of OOP like Inheritance, Composition, Association, Polymorphism etc
Language: C++ - Size: 409 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 60 - Forks: 24

cristianflorincojocaru/OOP-ONLINE-GRID-PLATFORM
Year 2 : Semester 1 - Object Oriented Programming - PROJECT
Language: C++ - Size: 146 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

devkabir/wordpress-plugin
A simple WordPress plugin boilerplate with Vite, Vue and Tailwind in OOP Principle
Language: PHP - Size: 1.5 MB - Last synced at: 7 days ago - Pushed at: 7 months ago - Stars: 32 - Forks: 6

Shikha-code36/Object-Oriented-Programming-OOPs-Python
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn about object-oriented programming in Python.
Language: Python - Size: 45.9 KB - Last synced at: 7 days ago - Pushed at: 9 months ago - Stars: 70 - Forks: 25

sulhanfuadi/pbo-class
This repository offers practical Java examples and assignments to explore core Object-Oriented Programming concepts.
Language: Java - Size: 247 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

milaan9/06_Python_Object_Class
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.
Language: Jupyter Notebook - Size: 574 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 297 - Forks: 247

ahadalireach/oop.concepts.interview.questions
A repository containing fundamentals of programming, OOP, and other related concepts with interview questions and code implementations.
Language: C++ - Size: 547 KB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

cristianflorincojocaru/OOP-BOOKS-IN-A-LIBRARY
Year 2 : Semester 1 - Object Oriented Programming - Laboratory 3 : Problem number 6
Language: C++ - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

alamenai/Cappuccino 📦
A mostly reasonable approach and non-boring guide for Junior Developers to write professional Oriented-Object code.
Size: 112 KB - Last synced at: 2 days ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 2

JuanBeltrame/CSharp-Object-Oriented-Programming-OOP-Part1-Practice
Language: C# - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

godsentsalvaloza/SDPT-CSharp-Tutorial-Series-Projects
My solutions to SDPT's C# learning path.
Language: C# - Size: 27.3 KB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

cedrickchee/parkinglot-ts-node
TypeScript solution for parking lot problem.
Language: TypeScript - Size: 49.8 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wajahat001/CryptoPlatform
This is the cryptocurrency platform and work as a dummy platform you can place and execute your order easily
Language: C++ - Size: 1.17 MB - Last synced at: 24 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

uzairshahidgithub/Cpp-Object-Oriented-Programming
This programs is based on the daily practice that I have been doing in my university course, It has some concepts related to C++ that can be useful.
Language: C++ - Size: 11.3 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ApurbaKumarNath/python-oop
This repo serves as an archive of my Python and OOP learning journey, where, starting from foundational concepts, I share all my notes and resources. Contains: 1. my documentation of basic Python programming and OOP fundamentals, 2. my university's easy and challenging coding problems and solutions.
Language: Jupyter Notebook - Size: 6.04 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

divScorp/Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Language: Java - Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 94 - Forks: 61

momchilantonov/SoftUni-Python-OOP-February-2021
Python OOP
Language: Python - Size: 14.7 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 3

RoushanKhalid/Basic_Object_Oriented_Programming
This repository showcases fundamental Object-Oriented Programming (OOP) concepts in Java, including Abstraction, Inheritance, Polymorphism, Encapsulation, and more. The examples were created while learning from Apna College tutorials and provide a hands-on approach to understanding basic OOP principles.
Language: Java - Size: 183 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

vinay-patel22/Object-Oriented-Programming-Java
Explore Object-Oriented Programming (OOP) concepts in Java with this repository. Includes code examples, conceptual questions, and explanations of key OOP principles like inheritance, polymorphism, encapsulation, and more. Ideal for mastering OOP in Java.
Language: Java - Size: 50.8 KB - Last synced at: 23 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

fou1100ouacus/Online-Banking-Management-System-
Welcome to My First Full Project " Online Banking " Based on using 3-Tier Architecture , C# and SQL server and .NET Framework ,Online Banking Consists of 3-main components
Language: C# - Size: 13.7 MB - Last synced at: 15 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

israfil07/Java-Project_University-Management-System
This is an university management system project, which is created with java raw codes.
Language: Java - Size: 925 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

harinik28/Bank-Account-Management-System
A comprehensive C# project simulating a bank account management system with various account types and functionalities. This project demonstrates object-oriented programming concepts like inheritance, encapsulation, and constructor chaining.
Language: C# - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Raihan4520/OOP2-CSharp
Windows Forms projects in C# from the OOP2 course at AIUB. Includes an airway ticketing system demonstrating OOP concepts like inheritance, encapsulation, and event handling.
Language: C# - Size: 8.77 MB - Last synced at: 20 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

Gafesato/Reto3-POO-SFGT
Solución al Reto 3 POO
Language: Python - Size: 461 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

bryan-hoang/cmpe-212-intro-to-oop-assignments 📦
My assignments for a 2nd year intro to OOP course (CMPE-212) at Queen's University.
Language: Java - Size: 59.6 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 4 - Forks: 1

Hasnatrasool163/JavaPractiseQuestions
Java Practise Questions
Size: 267 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Abdullrahmen/Booking
Multitype booking system
Language: C++ - Size: 1.94 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Aliazzzz/OOP-Concept-Examples-in-CODESYS-V3
Examples of IEC 61131-3 third edition OOP programming paradigms in practice
Size: 229 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 57 - Forks: 16

jos-felipe/cpp-mod-04
This module is designed to help you understand Subtype polymorphism, abstract classes and interfaces in CPP.
Language: C++ - Size: 55.7 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ZIDANIDROS/SultanBarber.App
Pengembangan UKM dari unit usaha Barbershop "Sulthan Barber" semoga sukses sampai selesai, amin.
Size: 6.21 MB - Last synced at: 15 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 4

Eli-Keli/CPP-Class
Object Oriented Programming class (Zetech University)
Language: C++ - Size: 12.7 KB - Last synced at: 27 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ahmadsuherman/prakweb2024_a_223040066_pw
Language: PHP - Size: 1.26 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Adnan-Asad1/Professional-Hotel-Reservation-System
A Complete Hotel Reservation System with deep concepts of DSA and OOP in C++.
Size: 42 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Ekkoz897/CPP_Modules
CPP modules of 42 school
Language: C++ - Size: 264 KB - Last synced at: 19 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

wi-r-es/POO-Projeto 📦
Trabalho Pratico no ambito da unidade curricular Programacao Orientada a Objetos
Language: HTML - Size: 2.72 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

syuvraj19/OOP-Assignments
This repository contains Object-Oriented Programming assignments from Seneca College's OOP244 and OOP345 courses.
Language: C++ - Size: 82.8 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ZionForum/OOP-PROJECTS
Subject: Object-Oriented-Programming (OOP); Programming Language: Java; IDE: Netbeans; Year: 2021-2022
Language: Java - Size: 115 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Mido191020/car_rental
this is a small project using oop
Language: C++ - Size: 981 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

amanraj-creator/Banking-System
This repository contains a Banking System project based on C++ language
Language: C++ - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Alexandrbig1/goit-typescript-hw-03
🌐 Exploring TypeScript and Advanced OOP | Fullstack Developer Bootcamp Homework 🚀
Language: TypeScript - Size: 14.6 KB - Last synced at: about 16 hours ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

IT21826740/Online-Shopping-System
a comprehensive question that requires the use of various OOP concepts such as inheritance, encapsulation, polymorphism, and abstraction
Language: Java - Size: 24.4 KB - Last synced at: 14 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SaiSriramKamineni/Library-Management-System
The Library Management System is a versatile C++ application that allows admins to efficiently manage book inventories and members to seamlessly borrow and return books. It features user-specific functionalities, a text-based menu interface, and supports the registration of new users, enhancing the overall efficiency of library operations.
Language: C++ - Size: 9.77 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Momina-afk/OOP-based-Shopping-Cart-Application
Carry You is a Python-based flight ticket booking system designed as an Object-Oriented Programming (OOP) project.
Language: Python - Size: 26.4 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

syedumerahmedcode/oop
The aim of this project is to describe the core concepts of OOP briefly with an example for each of them. The project is coded in Java.
Language: Java - Size: 57.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SarahAbuirmeileh/ReantalApplication
This project is a renting application where users can rent different types of buildings such as apartments, houses, and shops. Applying OOP princilps with Java.
Language: Java - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

HaiderABB/Banking-Management-System
Developed a Banking Management System using Object-Oriented Programming principles in C++. This system efficiently manages customer accounts, transactions, and balances, showcasing the application of classes, inheritance, and polymorphism.
Language: C - Size: 52 MB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

andreriffen/java-oop-concepts Fork of mpisching/POO-TDS-2024-01-MA
Programação Orientada à Objetos com Java ☕
Language: Java - Size: 19.4 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

s-shemmee/Object-Oriented-Programming-Concepts
Object Oriented Programming Concepts Notes
Size: 620 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 2

UalibekovaS/SMART-system
University management system created by using OOPs and File Handling in C++
Language: C++ - Size: 47.9 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Dr4ks/Design_Patterns_Python
This repository is a comprehensive collection of well-documented and implemented design patterns in Python. This repository serves as a valuable resource for software developers and architects looking to understand and apply design patterns effectively in their Python projects.
Language: Python - Size: 928 KB - Last synced at: 15 days ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

MHMITHUN/Ostad_Flutter_
Ostad Flutter Course
Size: 27.3 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Nafi7393/Pygame-Drop-Effect
Experience dynamic rain and snow simulations in Python using Pygame. Create captivating visual effects with interactive weather simulations.
Language: Python - Size: 9.06 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

shanibider/Technical-Knowledge-and-Problem-Solving
Technical Knoweledge + Problem solving + React Info + Javascript Basics 📚
Size: 265 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Mithun-Modak/Student-Result-Management-System-oop-Project-in-c-plus-plus
Language: C++ - Size: 590 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ivanalves-t/JavaChess
this is a simple chess game developed in Java language
Language: Java - Size: 45.9 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

AuxEtoiles/Dog-Breed-Classifier
A pre-trained image classifier to classify dog breeds. Udacity Nanodegree project-1.
Language: Python - Size: 33.2 KB - Last synced at: 27 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

lolooppo/Ask_me
A file-based system simulating ask.fm website .. Users can send/answer/delete questions. Exercising and Implementing oop and file organization concepts.
Language: C++ - Size: 486 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nanako-chung/java-beginner
Spring 2017
Language: Java - Size: 77.1 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

matrunchyk/vue-oop
Vue OOP: Universal library which helps to build OOP-driven models for GraphQL and RESTful API for Vue components. Influenced by Laravel Eloquent Models & Collections.
Language: TypeScript - Size: 6.72 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 16 - Forks: 2

AJV009/Laptop-Buying-Guide 📦
CLI based Laptop Buying Guide Programmed in CPP.
Language: C++ - Size: 597 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

nirmalnishant645/Java-Programming
Basic Java Programs for self-learning
Language: Java - Size: 131 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 2

theashwin/airline-reservation-system
A simple Airline Reservation System meant to demonstrate the use of basic Object Oriented Programming concepts as part of Computer Science curriculum.
Language: C++ - Size: 14.6 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

altamisatmaja/PROJECT-PBO Fork of tiodh/PBOC-22232
👨💻 A final project object oriented programming in semester 2
Language: C# - Size: 346 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ParagNaikade/C-sharp-Concepts
This project contains separate console app .Net projects, each of which consists of C# features/concepts.
Language: C# - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 0

itsmenicky/Python-POO
Alguns programas em python desenvolvidos em aulas de POO
Language: Python - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

salimt/java-drawing-player-project
user can draw ovals and rectangles that make a certain sound - java
Language: Java - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

mchekin/java-design-patterns
Software Design Patterns in Java
Language: Java - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

jepozdemir/oop-principles
Four Pillars of Object-Oriented Programming: Building Strong Foundations
Language: C# - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

runtimevic/OOP-IEC61131-3--Curso-Youtube
Programación Orientada a Objetos OOP IEC61131-3 PLC Curso Youtube Runtimevic
Language: Shell - Size: 372 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 41 - Forks: 17

asfar-khan-nuhash/POM
A terminal-menu based Java project that highlights the use of OOP to create a purchase and order management system
Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

projeduc/oop4coders
The implementation of OOP concepts in many programming languages, so "less talk more code"
Language: TeX - Size: 2.03 MB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 33 - Forks: 5

ibukun-okunfolami/crud_typeScript_oop-rendering
Language: TypeScript - Size: 251 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

B-Vwj/CSCI_2001_OOP 📦
NHCC CSCI 2001 Course. Object Oriented Programming ;).
Language: Java - Size: 6.82 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

CallMeMaverick/ECommerceCore
This repository contains the comprehensive final exam project for the Advanced Object-Oriented Programming (OOP) course in C++ at IT Step Computer Academy. It is designed to showcase a culmination of skills and concepts learned throughout the course.
Language: C++ - Size: 90.8 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Kunalnirban/OOP
Object Oriented Programming using C++
Language: C++ - Size: 416 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sohrabsardari/csharp-design-patterns
design patterns examples in C#
Language: C# - Size: 152 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

deyvidandrades/SGC
Sistema Gerenciador de Concessionárias
Language: Java - Size: 103 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

mogilev/healthUnitOOP
Health unit service system - project developed for OOP curricular unit
Language: Java - Size: 106 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

Artityagi123456789/-100dasofSystemVerilog
System Verilog using Functional Verification
Language: SystemVerilog - Size: 6.83 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 0

SuluJulianto/password-validator-with-oop
This repository contains a simple password validation with Object-Oriented Programming (OOP) Explanation
Language: C - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kasunmadhumal/Restaurant-Managment-System-OOP-
Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sohbatSandhu/ViDisciplina-Optimizing-Workout-Schedules
UBC CPSC 210 Term Project (2023S)
Language: Java - Size: 5.68 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Maleesanat01/StockManagementSystem
A stock management system where you can log in to add an item, delete an item, update an item's details, view stock levels or view the transaction log
Language: C# - Size: 688 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.
Language: Java - Size: 1.84 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Yash-Lade/OOPs
This repository is dedicated to Object Oriented Programming in C++ .It contains the code of all the concepts of Object Oriented Programming .
Language: C++ - Size: 28.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Alizadeh-DePaul/OOP-Winter2024
Object-oriented Software Development Course - DePaul University - Winter 2024
Language: Java - Size: 1.61 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Rayyanhussain1/NGO-Management-System
Semester Project
Language: C++ - Size: 388 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vukan-markovic/OOP_Paint
Java Swing paint application demonstrating fundamental concepts of object-oriented programming
Language: Java - Size: 111 KB - Last synced at: 18 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

aroyy007/OOPs_with_JAVA
Language: Java - Size: 55.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Droyder7/Java-OOS
Assignments of Object Oriented Systems Lab in Java . Jadavpur University IT Batch 18-22. 2nd Year 2nd Sem.
Language: Java - Size: 79.1 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 1

pragya-chauhan/LibraryManagementSystem
Library management system developed using C++ and OOP concepts.
Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

exemria/User_data_management_CLI
Recruitment project from Profil Software. The program offers functionalities to import, validate, and perform operations on user data.
Language: Python - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ashish-shr/100-Days-of-CPP-Programming
Covering Basics to Advanced Concepts of C++
Language: C++ - Size: 64.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 2

algorov/id-oop
Exploring the concept of OOP.
Language: Java - Size: 31 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

tthayza/tech-medical
Final activity developed in module 3 of the Santander Coders program offered by Ada Tech in partnership with Banco Santander. Project developed with TypeScript using Object Oriented Programming.
Language: TypeScript - Size: 43.9 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AbhishekJadhav2002/OOP-Lab-Assignment-Code
OOP Lab Assignments with Java code files are stored in this repository
Language: Java - Size: 491 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0
